-
Notifications
You must be signed in to change notification settings - Fork 35
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
feat: implement CLI commands for user management #763
feat: implement CLI commands for user management #763
Conversation
9678b6f
to
f1426e7
Compare
return err | ||
} | ||
|
||
_, err = safe.StateUpdateWithConflicts(ctx, client.Omni().State(), |
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.
the commands seem to be untested (?)
even adding a simple integration test to create/delete/update a user would ensure the commands are not broken in the future
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.
good idea. Added the CLI tests for it.
f1426e7
to
b1ab823
Compare
Add the UI for showing and editing service accounts. Fixes: siderolabs#197 Signed-off-by: Artem Chernyshev <[email protected]>
b1ab823
to
a7b603e
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.
👍
/m |
Add the UI for showing and editing service accounts.
Added CLI commands:
Fixes: #197