-
Notifications
You must be signed in to change notification settings - Fork 295
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
✨ Improve session handling with a secure session key #2154
Conversation
c6dadf9
to
517a039
Compare
a67dfb2
to
c463665
Compare
Thanks for your review, and all comments are addressed, including
|
Just nits |
Signed-off-by: Gong Zhang <[email protected]>
c463665
to
76b1dd8
Compare
/test pull-cluster-api-provider-vsphere-e2e-main |
/retest |
/test pull-cluster-api-provider-vsphere-e2e-main |
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.
I think #2171 is going to add the SAML login which may impact the userinfo
used here.
There are more fields to be added in the SAML case.
@laozc thanks for the highlight, checking... |
Thx, but let's tackle this one at a time. I think the current PR is fine as is and I also would like to get this into v1.8.0 and backport it into all branches. We can then discuss in the other PR how to build on top /lgtm |
LGTM label has been added. Git tree hash: 9c7813c99e1691714625c5d2041816c5dc3eb899
|
/test pull-cluster-api-provider-vsphere-e2e-main |
/retest |
/approve pending CI/Prow |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sbueringer 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 |
/cherry-pick release-1.7 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.7 in a new PR and assign it to you. 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. |
/cherry-pick release-1.6 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.6 in a new PR and assign it to you. 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. |
/cherry-pick release-1.5 |
@sbueringer: once the present PR merges, I will cherry-pick it on top of release-1.5 in a new PR and assign it to you. 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. |
@sbueringer: new pull request created: #2190 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. |
@sbueringer: #2154 failed to apply on top of branch "release-1.6":
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. |
@sbueringer: #2154 failed to apply on top of branch "release-1.5":
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. |
@zhanggbj if you have some time, can you please open cherry-picks for 1.5 and 1.6? |
@sbueringer Sure, will open cherry-picks today |
Manually cherry-pick kubernetes-sigs#2154 Signed-off-by: Gong Zhang <[email protected]>
Manually cherry-pick kubernetes-sigs#2154 Signed-off-by: Gong Zhang <[email protected]>
Manually cherry-pick kubernetes-sigs#2154 to resovle conflicts Signed-off-by: Gong Zhang <[email protected]>
Manually cherry-pick kubernetes-sigs#2154 to resolve conflicts Signed-off-by: Gong Zhang <[email protected]>
Manually cherry-pick kubernetes-sigs#2154 to resolve conflicts Signed-off-by: Gong Zhang <[email protected]>
What this PR does / why we need it:
Improve session handling with a secure session key to avoid hijack.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #