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
I am using BigBang 2.34.0 and when deploying Minio you have the option to add additional users. I tried adding single user or multiple users like in the following as documented in the helm chart.
Regardless I cannot find where the user or users if it is even being created exists. I check in the minio console, via the mc command line tool and cannot locate anything. When it starts up the output says "users created" and I cannot see any errors related to user creation. Either it doesn't work as expected or I am totally missing where it's creating the users.
The text was updated successfully, but these errors were encountered:
I am using BigBang 2.34.0 and when deploying Minio you have the option to add additional users. I tried adding single user or multiple users like in the following as documented in the helm chart.
users:
- accessKey: mytestuser
secretKey: mytestsecretkey
policy: readwrite
Regardless I cannot find where the user or users if it is even being created exists. I check in the minio console, via the mc command line tool and cannot locate anything. When it starts up the output says "users created" and I cannot see any errors related to user creation. Either it doesn't work as expected or I am totally missing where it's creating the users.
The text was updated successfully, but these errors were encountered: