Skip to content
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

Add: Project Robot Account Management commands #101

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

bupd
Copy link
Collaborator

@bupd bupd commented Jun 2, 2024

Fixes #100

This PR adds system robot account cmds to manage project wide robot accounts in harbor cli.

Commands to implement:

  • harbor project robot list -- list robot accounts
  • harbor project robot get -- get a robot account
  • harbor project robot delete -- delete robot account
  • harbor project robot create -- create a robot account
  • harbor project robot update -- update a robot account
  • harbor project robot refresh -- refresh the secret of robot account

This PR handles project wide robot accounts.

Signed-off-by: bupd <bupdprasanth@gmail.com>
This commit adds delete and get project robot accounts cmds

Signed-off-by: bupd <bupdprasanth@gmail.com>
@bupd bupd changed the title Add: robot commands Add: Project Robot Account Management commands Jun 2, 2024
Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com>
@bupd bupd marked this pull request as ready for review June 4, 2024 20:28
Signed-off-by: bupd <bupdprasanth@gmail.com>
Signed-off-by: bupd <bupdprasanth@gmail.com>
@bupd
Copy link
Collaborator Author

bupd commented Jun 7, 2024

Screenshots:

Robot List:

robotList

Robot View:

robotView

Robot Create:

robotCreate

Robot Refresh:

robotRefresh

Robot Update:

robotUpdate

Robot Delete:

robotDelete

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Robot Accounts in CLI
1 participant