-
Notifications
You must be signed in to change notification settings - Fork 167
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
cannot use with AWS SSO credentials #143
Comments
In the meantime you can install the dev version. Still better than the workarounds we proposed in #123 |
ah ha! Apologies for missing #123 when I was inspecting for related issues! I was able to get things working with the dev version, although I needed a slightly different set of steps:
Thanks for the pointer in the right direction, looking forward to a release here before we roll out SSO to the rest of my team! |
just started our kubernetes/helm journey and ran across this issue as well. are there plans for a release that corrects this issue? |
Is there any ETA for the next release? |
@hypnoglow is there any plan for a new release soon? |
i'm also waiting for this release. |
Looking forward to this release as well! |
another vote for this one |
are there any future plans for releases for this project? We just ran into this issue when integrating with helmfile, and would really appreciate a release with the patch mentioned above. |
For anyone else interested, I had to create a new downloader plugin for ourselves to cover the missing features in this plugin like this AWS SSO issue and AWS Region issue: https://github.com/mforutan/helm-s3-downloader It depends on AWS CLI and only support bash but it is simple enough as a downloader only when you don't need any other features, and can be replicated for other environments. you should still use this plugin to maintain your repository though. |
I had to do this as well, minus the symlinking portion. there was a For me, the steps were:
I had to update go to 1.15 or higher, that was the only other sticking point for me. |
Under Ubuntu I needed to follow the same procedure with different paths.
becomes
|
workaround for now:
|
Is this still an issue? I'm having it and I'm using SSO configurations inside .aws folder. |
Not working for with SSO configured:
Was able to get the same command working using the aws-vault workaround specified by @cheddarwhizzy (thanks). |
Using AWS SSO's "command line" button to quickly get export commands for env vars, the env vars work. That's the workaround I'm using. Surprised to see such an old issue not resolved yet though. We changed to AWS SSO and are considering moving off s3 for charts now. |
Thanks for reporting! #274 will fix the issue, I've tested it on my AWS account with SSO. |
It appears that
v0.10.0
cannot be used with cli profiles that are aws sso-based.The underlying issue appears to be with the aws-sdk-go project only adding support for SSO-based credentials in
1.37.0
, more details here.It appears that the project has actually been upgraded to use aws-sdk-go > 1.37.0, but hasn't been released yet. Would it be possible to finish out the release that supports this dependency upgrade? The workarounds are brutal! 😄
Thanks!
The text was updated successfully, but these errors were encountered: