operator icon indicating copy to clipboard operation
operator copied to clipboard

Manage bucket parameters during initialization of the tenant

Open ventaubain opened this issue 1 year ago • 2 comments

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

ventaubain avatar Sep 15 '23 16:09 ventaubain

+1 on this, would be nice to be able to configure SSE-C encryption this way

cloudymax avatar Oct 29 '23 17:10 cloudymax

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.

cniackz avatar Jan 08 '24 17:01 cniackz