enable cookie
This commit is contained in:
parent
2462c9d86d
commit
e180ea5435
|
@ -82,6 +82,13 @@ mutators:
|
||||||
api:
|
api:
|
||||||
url: http://dashboard:3000/api/hydrator
|
url: http://dashboard:3000/api/hydrator
|
||||||
|
|
||||||
|
cookie:
|
||||||
|
enabled: true
|
||||||
|
config:
|
||||||
|
cookies:
|
||||||
|
userxxxx: "{{ print .Subject }}",
|
||||||
|
some-arbitrary-data: "{{ print .Extra.foo }}"
|
||||||
|
|
||||||
id_token:
|
id_token:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
|
|
Reference in New Issue