From 393f08d0a7e4080f7be440ee37721e1bcaeadbfd Mon Sep 17 00:00:00 2001 From: Edward Malinowski Date: Fri, 26 Jul 2019 13:00:11 -0500 Subject: [PATCH] feat(fix niaddata): Added session domain to default configuration file to allow for niaddata workaround --- fence/config-default.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fence/config-default.yaml b/fence/config-default.yaml index 86886d647b..3af8698023 100644 --- a/fence/config-default.yaml +++ b/fence/config-default.yaml @@ -208,6 +208,7 @@ ACCESS_TOKEN_COOKIE_NAME: "access_token" # Note that the session token also stores information for the # ``flask.session`` in the ``context`` field of the token. SESSION_COOKIE_NAME: "fence" +SESSION_COOKIE_DOMAIN: OAUTH2_TOKEN_EXPIRES_IN: "authorization_code": 1200 @@ -525,4 +526,4 @@ ALLOWED_USER_SERVICE_ACCOUNT_DOMAINS: # app engine default service account - 'appspot.gserviceaccount.com' # user-managed service account - - 'iam.gserviceaccount.com' \ No newline at end of file + - 'iam.gserviceaccount.com'