-
Notifications
You must be signed in to change notification settings - Fork 23
OpenID Credential Configuration #248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hey @stefenAMZ Lemme see how I can implement that. |
Hey @stefenAMZ and @gagoar, I was able to do this by using the env variables set by the "aws-actions/configure-aws-credentials@v1"
|
Thank you @thenanor! So the action We just need to document this in the readme. @stefenAMZ does this will satisfy your request? |
@gagoar the thing is that this definition is kind of duplicate, I think in addition to the documentation change, the then there isn't any need to even define
#2 - people not using configure aws creds
since its not fully backward compatible, might need to release an updated version of this |
I understand. What if we add a new parameter so the passed credentials, as we usually do, aren't needed? Would that sort out your use case? I'm thinking an option like |
I don't want to break functionality with the older implementations. There are lots of repositories using |
Currently when utilizing OpenID instead of the standard Key_ID/Access_key workflow fails with
Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1
would be nice to be able to grab credentials from "aws-actions/configure-aws-credentials@v1" if not using id/key in aws configuration.
The text was updated successfully, but these errors were encountered: