-
Notifications
You must be signed in to change notification settings - Fork 184
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
UX: implement rotating keys api in ux-backend server #2469
UX: implement rotating keys api in ux-backend server #2469
Conversation
/hold testing in progress. |
e749677
to
ee118a6
Compare
addressed golint. |
/retest-required |
e74f3cb
to
6c7751e
Compare
/unhold tested, working as expected
|
6c7751e
to
68ab140
Compare
8054c6d
to
1ca1c8c
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.
Code looks good. If you get the chance, it would be good to update the commit message of ux: implement rotating keys api
with a portion of the PR message describing how and when this API call is intended to be used.
3f65d0b
to
1014594
Compare
|
Implement rotating keys by deleting the secret containing onboarding public key. The expectation is this new api endpoint be called via CLI or UI and get the existing private & public key pairs rotated. Signed-off-by: Leela Venkaiah G <[email protected]>
Signed-off-by: Leela Venkaiah G <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leelavg, nb-ohad The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest |
e4352ce
into
red-hat-storage:main
Implement rotating keys by deleting the secret containing onboarding public key. Creation of new private & public key pair when public key is deleted is already implemented in #2385.
The expectation is this new api endpoint be called via CLI or UI and get the existing private & public key pairs rotated if both the keys are being managed by us.
Part of [RHSTOR-5489]