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
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
The text was updated successfully, but these errors were encountered:
alpozcan
changed the title
[minor/refactoring] Minio bucket policy action blocks
[minio-manager](minor/refactoring) Minio bucket policy action blocks
Mar 25, 2021
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:
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
The text was updated successfully, but these errors were encountered: