Skip to content

Commit 0d2b3a4

Browse files
authored
BC-9046 - introduce JWT_HTTP_ONLY (#1214)
1 parent 1fc51b6 commit 0d2b3a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ansible/group_vars/all/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -841,3 +841,7 @@ configuration_all:
841841
value: "false"
842842
server: true
843843
client: false
844+
COOKIE__JWT_HTTP_ONLY:
845+
value: "true"
846+
server: false
847+
client: true

0 commit comments

Comments
 (0)