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
{{ message }}
This repository was archived by the owner on Mar 20, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to be able to provision access keys from the helm chart and CRD spec such that all options are made available:
Access key
Secret key
Policy
Expiry
Name
Description
Comments
This allows me to leverage GitOps practices to their full extent and avoid manual steps to provide applications access to buckets.
Describe the solution you'd like
I should be able to pass a secret for the access and secret keys such that other applications can also access the secret.
Secret generation can be done later, if at all, because existing solutions such as https://external-secrets.io can help generate secrets anyway.
Describe alternatives you've considered
The only alternative I have right now is to manually create the access keys via the UI, which again requires a manual step for these service accounts.
Is your feature request related to a problem? Please describe.
I want to be able to provision access keys from the helm chart and CRD spec such that all options are made available:
This allows me to leverage GitOps practices to their full extent and avoid manual steps to provide applications access to buckets.
Describe the solution you'd like
I should be able to pass a secret for the access and secret keys such that other applications can also access the secret.
Secret generation can be done later, if at all, because existing solutions such as https://external-secrets.io can help generate secrets anyway.
Describe alternatives you've considered
The only alternative I have right now is to manually create the access keys via the UI, which again requires a manual step for these service accounts.
Additional context
N/A