Skip to content

Commit 7c3f773

Browse files
committed
WIP
1 parent c3af21e commit 7c3f773

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/core/engine_adapter/integration/config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,9 @@ gateways:
192192
instance_connection_string: {{ env_var("GCP_POSTGRES_INSTANCE_CONNECTION_STRING") }}
193193
user: {{ env_var("GCP_POSTGRES_USER") }}
194194
password: {{ env_var("GCP_POSTGRES_PASSWORD") }}
195+
keyfile_json: {{ env_var("GCP_POSTGRES_KEYFILE_JSON") }}
195196
db: {{ env_var("GCP_POSTGRES_DATABASE") }}
197+
enable_iam_auth: true
196198
check_import: false
197199

198200
model_defaults:

0 commit comments

Comments
 (0)