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 has been archived by the owner on Mar 5, 2024. It is now read-only.
The minio chart currently uses hardcoded parameters to login. This is insecure and thus must be modified.
One pattern that would allow more secure access is Injecting Kubernetes Secrets as environment variables In this pattern, Minio credentials are stored as a secret and injectected by the kubernetes scheduler at runtime.
The text was updated successfully, but these errors were encountered:
The minio chart currently uses hardcoded parameters to login. This is insecure and thus must be modified.
One pattern that would allow more secure access is Injecting Kubernetes Secrets as environment variables
In this pattern, Minio credentials are stored as a secret and injectected by the kubernetes scheduler at runtime.
The text was updated successfully, but these errors were encountered: