-
-
Notifications
You must be signed in to change notification settings - Fork 57
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
AWS role based access is not working #210
Comments
@jazz-mobility thanks for reporting. Session tokens are not currently supported. You have 3 options:
|
Not sure what these keys prefixed with |
@tmspzz We are using STS with session tokens. I added role_arn and got this error. |
The support for STS is detailed in #175 and implemented in #179 here is the current implementation: Lines 89 to 150 in 5ba4eec
I think this is the problem: Lines 68 to 78 in 10e7a05
The current implementation gets the token and expiration from the STS response, not from file |
Thanks for the quick fix @tmspzz, this is fixed now. 🎉 |
@tmspzz Waiting for the final release to roll out this amazing tool in our iOS team. :) |
@jazz-mobility the release is out on homebrew, coming up asap on cocoapods |
https://github.com/tmspzz/Rome/releases/tag/v0.23.2.63 is now out on both homebrew and cocoapods |
Bug Report
Our company uses AWS azure based login (SSO) and we are using AWS named profiles.
CMD tool for AWS login - https://github.com/sportradar/aws-azure-login
After a successful login, it creates the credentials with temporary access token and configs, in .aws folder.
Whenever I am running
rome upload/download
I am getting this error -Generated AWS Credential file sample
Generated AWS config file sample
Steps which explain the enhancement or reproduce the bug
Current behavior
Suggested behavior
Rome version:
OS and version:
The text was updated successfully, but these errors were encountered: