2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-03-19 18:07:48 +00:00

Merge branch 'master' of github.com:jjohnson42/confluent

This commit is contained in:
Jarrod Johnson 2016-11-07 10:19:41 -05:00
commit 107337fdba

View File

@ -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 = {