-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Correct a annotation for overriding existing cookie name #14362
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
Conversation
|
Hi @bysnupy. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
Correct a annotation for specifying custom cookie name of Route - Fix: https://bugzilla.redhat.com/show_bug.cgi?id=1697216
|
/ok-to-test |
|
@xingxingxia can you confirm this from QE? |
|
@vikram-redhat , though its changes involve CLI, it is route feature specific. @lihongan , could you help review? Thanks. |
|
The changes LGTM. Thank you, @bysnupy. |
|
/cherrypick enterprise-3.11 |
|
/cherrypick enterprise-3.10 |
|
@vikram-redhat: new pull request created: #14407 DetailsIn 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. |
|
@vikram-redhat: new pull request created: #14408 DetailsIn 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. |
|
/cherrypick enterprise-3.9 |
|
/cherrypick enterprise-3.7 |
|
@vikram-redhat: #14362 failed to apply on top of branch "enterprise-3.9": DetailsIn 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. |
|
@vikram-redhat: #14362 failed to apply on top of branch "enterprise-3.7": DetailsIn 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. |
Fix: [DOCS] Correct a annotation for overriding existing cookie name
Version:
v3.11Description:
Correct a annotation for specifying custom cookie name of Route.
Refer the router's haproxy-config.template as follows.
The
cookie namewill be configured the value ofrouter.openshift.io/cookie_nameannotation.This allows the application receiving route traffic to know the cookie route.is wrong explanation, because the cookie is removed from transmitted request ifindirectandinsertoptions are configured.HAProxy 1.8 - coookie:
Refer the router's haproxy-config.template as follows.