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
The default aws cli cache directory (/home/atlantis/.aws/cli) is unwritable as the aws secret is mounted as as the entire /home/atlantis/.aws directory.
When dealing with lots of profiles, etc. it is nice to have the aws cli tool available in atlantis (we build our own image w/ additional toolsets installed). But the helm chart's existing method for managing the aws secret doesnt allow the aws cli to work out of the box.
I will submit a PR shortly to iterate through the aws objects and mount them individually as files within the .aws directory instead.
The text was updated successfully, but these errors were encountered:
Hi Ryan, thanks in advance for the contribution 😄 . I’d say it’s best to send the PR and then we can review it. One important detail is to ensure there are no breaking changes, otherwise it needs to be explained with migration steps.
The default aws cli cache directory (/home/atlantis/.aws/cli) is unwritable as the aws secret is mounted as as the entire /home/atlantis/.aws directory.
When dealing with lots of profiles, etc. it is nice to have the aws cli tool available in atlantis (we build our own image w/ additional toolsets installed). But the helm chart's existing method for managing the aws secret doesnt allow the aws cli to work out of the box.
I will submit a PR shortly to iterate through the aws objects and mount them individually as files within the .aws directory instead.
The text was updated successfully, but these errors were encountered: