We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4386c46 commit debb147Copy full SHA for debb147
cdb2api/cdb2api.c
@@ -224,7 +224,7 @@ static int default_type_override_env = 0;
224
225
static int connect_host_on_reject = 1;
226
static int cdb2_connect_host_on_reject_set_from_env = 0;
227
-static int iam_identity = 0;
+static int iam_identity = 1; /* on by default */
228
static int cdb2_iam_identity_set_from_env = 0;
229
230
/* Skip dbinfo query if sockpool provides connection */
0 commit comments