-
Notifications
You must be signed in to change notification settings - Fork 56
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
HOME var overide #27
Comments
I think it will be fine as long as you adhere to:
I can't think of other issues but I've never tested it against that configuration so let me know if something pops up. Alternatively, is it possible to tell the AWS client where to look for it's config more explicitly than just |
ECR login is done by argocd. I'm going to comment that part and let you know if something goes wrong. |
Where do the creds get stored in the repo server container? Can you provide an example path with scrubbed content for me to observe? |
@moreiramarti Did you manage ECR oci login with this plugin? |
Do we need to add any helper binaries into the sidecar image to help with this? |
@travisghansen, yes, we do. we need aws cli to get ECR token. |
Ok I can look into it or PRs welcome. There are other issues with oci+helmfile as well #36 |
Hello,
I'm testing oci registry on AWS ECR and when I'm using helmfile through the argocd script, I got an 401 error.
I found that it's related to HOME var override. Registry creds are using HOME var I guess and overriding it, breaks the authentication.
Do you think it's ok to remove this override ?
Thanks
The text was updated successfully, but these errors were encountered: