-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
Allow users manage own access keys #10
Conversation
Fix CI |
Fix CI |
Co-Authored-By: goruha <goruha@gmail.com>
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.
They can already do this, pretty sure. They just need to assume role first. They should not be able to create any access keys without MFA. The changes in this PR don't seem to require MFA. The password stuff was done (without MFA) so they can self-register after receiving an invitation link. The same is not true for keys.
Nope. Only admin roles can manage the keys.
Assume role - readonly allow only to read, not to renew or create another one.
Done.
Done
Done |
What
Why