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

rest_tornado set session_id cookie #54103

Closed

Conversation

sbrennan4
Copy link

What does this PR do?

This PR sets the session_id cookie when a user is authenticated against the rest_tornado backend. This allows clients such as requests to work with cookies as expected.

What issues does this PR fix or reference?

This is to bring rest_tornado up to parity with rest_cherrypy with respect to cookies.

Previous Behavior

No cookies set.

New Behavior

session_id cookie is set.

Tests written?

Yes

Commits signed with GPG?

No

Please review Salt's Contributing Guide for best practices.

See GitHub's page on GPG signing for more information about signing commits with GPG.

@sbrennan4 sbrennan4 requested a review from a team as a code owner August 2, 2019 17:08
@ghost ghost requested a review from waynew August 2, 2019 17:08
@waynew
Copy link
Contributor

waynew commented Dec 26, 2019

Hey @sbrennan4 thanks for the PR! Would you be able to rebase this against master?

@waynew
Copy link
Contributor

waynew commented Dec 27, 2019

I'll go ahead and close this PR, as I went ahead and did the rebase here: #54103

Of course if you'd rather handle the changes yourself, I'll be happy to re-open this and close mine 👍

@waynew waynew closed this Dec 27, 2019
@waynew
Copy link
Contributor

waynew commented Dec 30, 2019

@sbrennan4 FYI, this has been merged to master in #55743 🚀 - thanks again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants