-
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
Token generation for prov/consumer mode #2301
Conversation
df3eb91
to
e2b9f90
Compare
eebdd68
to
86fb2d4
Compare
deploy/ocs-operator/manifests/onboarding-secret-generator-role.yaml
Outdated
Show resolved
Hide resolved
738b76b
to
6641652
Compare
deploy/ocs-operator/manifests/onboarding-secret-generator-role.yaml
Outdated
Show resolved
Hide resolved
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.
Token generation for prov/consumer mode
- I don't see any token generation code
At the end, This PR will include 2 Commit:
Creation of a job template which is responsible for creating the private and public keys in provider/consumer mode.
Creating RestServer for generation token which will be used for onboarding
- so the PR is incomplete?
- what testing is done so far?
- Pls explain what are you achieving as well in the PR description
- I stopped the review in the middle due to many discrepancies, I'll relook after a refresh to the PR. Pls excuse.
63b6c32
to
77e62c3
Compare
b0260f4
to
03ab28c
Compare
4f0f572
to
f07bbe6
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.
pls fix linting errors as well
3219b47
to
74785ce
Compare
@rchikatw: The following test failed, say
Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
/retest |
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.
@rchikatw pls get the CI pass.
@iamniting could you pls review and merge if it looks good, Ohad's review isn't required for this PR.
Added creation of job template which is responsible for creating the private and public keys in provider mode. Signed-off-by: rchikatw <[email protected]>
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: leelavg, nb-ohad, rchikatw 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 |
1317c18
into
red-hat-storage:main
/cherry-pick release-4.15 |
@leelavg: new pull request created: #2343 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Creation of a job that is responsible for creating the private and public keys as secret in provider/consumer mode.