Skip to content
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

Allow specifying permissions when pushing to chart repository #37

Closed
ghost opened this issue Mar 2, 2018 · 2 comments
Closed

Allow specifying permissions when pushing to chart repository #37

ghost opened this issue Mar 2, 2018 · 2 comments
Milestone

Comments

@ghost
Copy link

ghost commented Mar 2, 2018

In our current setup we have two Amazon accounts, AccountA and AccountB. Charts are pushed using the s3 plugin to a bucket repo by AccountA, but AccountB needs to install charts from the repo. Unfortunately, as AccountA owns the objects, this isn't possible.

We effectively have this scenario. The only way around it is to use the AccountA to explicitly grant permission to AccountB on the files after pushing them, or by using an acl parameter, e.g.

aws s3api put-object --bucket examplebucket --key chart.tgz --grant-full-control id="canonicalUserId-ofAccountA" --body ...

when pushing the chart up initially.

What do you think about the ability to customise the permissions when pushing charts (and the index file)?

@mvisonneau
Copy link

facing the same issue at the moment :(

@hypnoglow hypnoglow added this to the 0.7.0 milestone Jun 4, 2018
@hypnoglow
Copy link
Owner

hypnoglow commented Jun 4, 2018

This should be resolved with #43, thanks to @razaj92

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants