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

[minio-manager](minor/refactoring) Minio bucket policy action blocks #30

Open
alpozcan opened this issue Mar 25, 2021 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@alpozcan
Copy link
Contributor

Which Chart?
minio-manager

Chart version
0.3.0

Describe the bug
Not a bug, see below.

To Reproduce
N/A

Expected behaviour
N/A

Proposed Solution (if any)

If we name the policies like so instead:

List, Get: policy-...-read
the above plus Put : policy-...-write
the above plus Delete: policy-...-fullwrite (or fullaccess)

and the chart would have these 'roles' statically defined, and with an if condition matching on the suffix as above, we can assign the correct policy actions into them. If the policies we want, although custom, can be 'preset', we can use policy building blocks for the actions and make the values file leaner and leave less room for error.

Additional context
N/A

@alpozcan alpozcan changed the title [minor/refactoring] Minio bucket policy action blocks [minio-manager](minor/refactoring) Minio bucket policy action blocks Mar 25, 2021
@brbza brbza added the enhancement New feature or request label Mar 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants