Skip to content

Commit 56b2a1a

Browse files
committed
ECS credentials Token instead of SessionToken credentials parameter
1 parent ce80f98 commit 56b2a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/dataall/cdkproxy/cdk_cli_wrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def deploy_cdk_stack(engine: Engine, stackid: str, app_path: str = None):
120120
{
121121
'AWS_ACCESS_KEY_ID': creds.get('AccessKeyId'),
122122
'AWS_SECRET_ACCESS_KEY': creds.get('SecretAccessKey'),
123-
'AWS_SESSION_TOKEN': creds.get('SessionToken'),
123+
'AWS_SESSION_TOKEN': creds.get('Token'),
124124
}
125125
)
126126

0 commit comments

Comments
 (0)