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

[dedicated-3.7] Use an annotation to provide a route cookie #5390

Merged

Commits on Sep 28, 2017

  1. [dedicated-3.7] Use an annotation to provide a route cookie

    Route annotation:
    router.openshift.io/router.cookie.name
    can be used to set a cookie name for the route.
    
    Added ROUTER_COOKIE_NAME for setting cookie name for all routes.
    
    The cookie must pass regex filter "[a-zA-Z0-9_-]+"
    
    https://trello.com/c/dZpU26W9
    (3) Allow routes to set the cookie names for session stickiness
    
    origin PR 16454
    openshift/origin#16454
    
    (cherry picked from commit 4971e9d)
    pecameron authored and brice committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    5d5cc86 View commit details
    Browse the repository at this point in the history