[ISS-1258][DC] updating the detect_aws_credentials to support temp json files

This commit is contained in:
DanielConnelly 2026-06-02 15:14:09 +01:00
parent fa6b006f0e
commit 10ce480836
No known key found for this signature in database
3 changed files with 70 additions and 7 deletions

View file

@ -0,0 +1,7 @@
{
"accessToken": {
"accessKeyId": "tempAccessKeyId",
"secretAccessKey": "tempSecretAccessKey",
"sessionToken": "tempSessionToken"
}
}