mirror of
https://github.com/xcat2/confluent.git
synced 2025-02-17 02:58:51 +00:00
Revert "Remove 'path' condition for session cookie"
This reverts commit 0ad4ae90c9a4071771bad58c199bfda54086b46d.
This commit is contained in:
parent
5881ad8b68
commit
53904a2a5a
@ -290,6 +290,7 @@ def _authorize_request(env, operation):
|
||||
cookie['confluentsessionid'] = sessid
|
||||
cookie['confluentsessionid']['secure'] = 1
|
||||
cookie['confluentsessionid']['httponly'] = 1
|
||||
cookie['confluentsessionid']['path'] = '/'
|
||||
skiplog = _should_skip_authlog(env)
|
||||
if authdata:
|
||||
auditmsg = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user