You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the other thread, there's no way to unset a variable to we set it to empty values not to leak anything. However, SDK (boto3 and aws sdk) does not like that and barfs on errors when constructing the sts endpoint, stuff like
Caused by: java.lang.IllegalArgumentException: Request endpoint must have a valid hostname, but it did not: https://ssm/..amazonaws.com
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi!
Related to actions/runner#1126 (comment).
We use an action to securely fetch a secret with OIDC within Github using this action :
As mentioned in the other thread, there's no way to unset a variable to we set it to empty values not to leak anything. However, SDK (boto3 and aws sdk) does not like that and barfs on errors when constructing the sts endpoint, stuff like
Now, I was looking at the
output-credentials
option with the hope this could help, but even with this option, creds and region info is still outputted in environment variables.What's your take on this? I'd love an option to go solely with outputs in order to scope down the reach of the credentials.
Beta Was this translation helpful? Give feedback.
All reactions