-
Notifications
You must be signed in to change notification settings - Fork 615
Add sa command to support service accounts #3105
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
Conversation
a8171af to
2cbebd6
Compare
7ef6ed0 to
ace55aa
Compare
|
Not WIP anymore |
A new command is added to `mc admin user` command called svc and that's to create new services accounts from existing users. It is also possible to show credentials of the existing service accounts. `mc admin user sa generate PARENT-USER [POLICY_FILE]` `mc admin user sa show SERVICE_ACCOUNT_ACCESS_KEY`
ace55aa to
e6d9c52
Compare
|
Not WIP. SA command supports empty policy now |
Co-Authored-By: Harshavardhana <harsha@minio.io>
5076719 to
a5f3b1d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, lets get this reviewed by @abperiasamy everything else is working fine.
|
@vadmeste can you get this reviewed from @abperiasamy ? |
|
Closing this PR as this is deprecated and not going to be implemented, as this functionality completely moves to |
A new command is added to
mc admin usercommand called svcand that's to create new services accounts from existing users.
It is also possible to show credentials of the existing service
accounts.
mc admin user svc generateandmc admin user svc show