-
Notifications
You must be signed in to change notification settings - Fork 456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create users with non-consoleAdmin policies during tenant provisioning #629
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Still relevant enhancement |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
@Alevsk Hi! Are there any plans to implement this feature or a reason why it will never be implemented? |
We will take a look soon. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Still relevant enhancement |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 21 days if no further activity occurs. Thank you for your contributions. |
Still good to have :) |
Was this looked at? I see #1359 was opened and then closed, but I haven't see any movement since last year. As @dnskr mentioned, I think this would make a lot of sense: apiVersion: v1
kind: Secret
metadata:
name: myuser
type: Opaque
stringData :
ACCESS_KEY: minio
SECRET_KEY: miniominio
POLICY: read_only It would also be great to have a policies field to create policies at tenant setup time as well. If all that needs to be done is search and replace on @drivebyer's code in #1359 for CONSOLE_POLICY to POLICY and changing CONSOLE_ACCESS_KEY to ACCESS_KEY/changing CONSOLE_SECRET_KEY to SECRET_KEY, I can do that. This would make it so that I don't need any extra custom init scripts, which would be really nice. |
This is under discussion and is coming in the next few months. No ETA es yet. |
MinIO Jobs is in the works - #1883 |
Is your feature request related to a problem? Please describe.
The Operator creates a user with
consoleAdmin
policy by default whentenant.spec.users
is used, see users in the doc.It would be great to have posibility to create users with other policies.
Describe the solution you'd like
I would like to use optional
CONSOLE_POLICY
field in user secret to specify the policy.For example:
Additional context
It is not clear for me why
CONSOLE_
prefix is used, so it might be a good idea to remove it:The text was updated successfully, but these errors were encountered: