operator
operator copied to clipboard
Manage bucket parameters during initialization of the tenant
Is your feature request related to a problem? Please describe. The chart (https://github.com/minio/operator/blob/master/helm/tenant/values.yaml) seems to not have the variables to permit to customize deeply a bucket at the starting of the tenant, specially about policies and event destinations. Currently, we have to use the console or mc. The only thing I have found in the chart is:
## List of bucket definitions to create during tenant provisioning.
## Example:
# - name: my-minio-bucket
# objectLock: false # optional
# region: us-east-1 # optional
buckets: [ ]
Describe the solution you'd like
- Define a custom policy
- Define a custom event destination
- Link a custom policy to a bucket
- Link a custom event destination to a bucket
Describe alternatives you've considered None
Additional context None
+1 on this, would be nice to be able to configure SSE-C encryption this way
AR Cesar Celis: I need to show what we are working on so that they can benefit from this new Opetator/Controller that we want introduce.