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

Embed expiry in session, fix clock-skew issues in IE #13180

Merged
merged 1 commit into from
Aug 7, 2017
Merged

Embed expiry in session, fix clock-skew issues in IE #13180

merged 1 commit into from
Aug 7, 2017

Conversation

liggitt
Copy link
Contributor

@liggitt liggitt commented Mar 1, 2017

Embeds session timeout in the session content and makes the cookie a session cookie. Fixes clock skew issues in IE cookie handling.

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1270436

@liggitt
Copy link
Contributor Author

liggitt commented Mar 1, 2017

[test]

@liggitt
Copy link
Contributor Author

liggitt commented Mar 1, 2017

@jwforres @spadgett

@openshift-bot
Copy link
Contributor

Evaluated for origin test up to 2f5b1a3

@openshift-bot
Copy link
Contributor

continuous-integration/openshift-jenkins/test SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_requests_origin_future/712/) (Base Commit: 2cac04a)

@smarterclayton
Copy link
Contributor

No action on this for a long time - still required?

@liggitt
Copy link
Contributor Author

liggitt commented Jul 12, 2017

Yeah. IE is intransigent.

@openshift-bot
Copy link
Contributor

openshift-bot commented Jul 12, 2017

continuous-integration/openshift-jenkins/merge Waiting: You are in the build queue at position: 1

@openshift-bot
Copy link
Contributor

Evaluated for origin merge up to 2f5b1a3

@liggitt
Copy link
Contributor Author

liggitt commented Jul 12, 2017

not a blocker, bug is low priority, rarely encountered, and (relatively) easily worked around. I'd rather merge this at the beginning of 3.7

@openshift openshift deleted a comment from smarterclayton Jul 12, 2017
@smarterclayton
Copy link
Contributor

Sure

@liggitt liggitt added this to the 3.7.0 milestone Jul 12, 2017
@openshift-merge-robot openshift-merge-robot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 24, 2017
@openshift-merge-robot openshift-merge-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. and removed approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jul 28, 2017
@openshift-merge-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: liggitt

No associated issue. Update pull-request body to add a reference to an issue, or get approval with /approve no-issue

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these OWNERS Files:

You can indicate your approval by writing /approve in a comment
You can cancel your approval by writing /approve cancel in a comment

@deads2k
Copy link
Contributor

deads2k commented Jul 31, 2017

Looks fine, but I'm not clear on why we have to do it this way.

@liggitt
Copy link
Contributor Author

liggitt commented Jul 31, 2017

I'm not clear on why we have to do it this way.

IE doesn't honor the max-age cookie param, it requires an absolute date, which means the client and the server have to agree on what time it is. This changes the cookie to a session cookie, and embeds the expiry inside the session, which means only the apiservers have to agree on what time it is.

@liggitt
Copy link
Contributor Author

liggitt commented Jul 31, 2017

@openshift/security

retagging for merge for 3.7

@liggitt liggitt added the lgtm Indicates that a PR is ready to be merged. label Jul 31, 2017
@stevekuznetsov
Copy link
Contributor

/test end_to_end

@0xmichalis
Copy link
Contributor

/retest

@openshift-bot
Copy link
Contributor

/retest

Please review the full test history for this PR and help us cut down flakes.

@openshift-merge-robot
Copy link
Contributor

/test all [submit-queue is verifying that this PR is safe to merge]

@openshift-merge-robot
Copy link
Contributor

Automatic merge from submit-queue

@openshift-merge-robot openshift-merge-robot merged commit 855762d into openshift:master Aug 7, 2017
@liggitt liggitt deleted the session-expiry branch August 24, 2017 03:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants