Skip to content

Commit debb147

Browse files
committed
Enable iam
Signed-off-by: Salil Chandra <[email protected]>
1 parent 4386c46 commit debb147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdb2api/cdb2api.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ static int default_type_override_env = 0;
224224

225225
static int connect_host_on_reject = 1;
226226
static int cdb2_connect_host_on_reject_set_from_env = 0;
227-
static int iam_identity = 0;
227+
static int iam_identity = 1; /* on by default */
228228
static int cdb2_iam_identity_set_from_env = 0;
229229

230230
/* Skip dbinfo query if sockpool provides connection */

0 commit comments

Comments
 (0)