The env var for cookie_root_domain was missing from the system_dashboard
deployment, this meant when users with OAuth enabled did not get their
token removed when clicking logout.
see openfaas/openfaas-cloud#623
see openfaas/openfaas-cloud#624
This was tested by updating an existing deployment with the new setting
and logging out, the cookie was removed and the oauth flow was triggered
to gain a new token
Checklist:
I have:
[x] checked my changes follow the style of the existing code / OpenFaaS repos
[x] updated the documentation and/or roadmap in README.md
Description
The env var for cookie_root_domain was missing from the system_dashboard deployment, this meant when users with OAuth enabled did not get their token removed when clicking logout.
see openfaas/openfaas-cloud#623 see openfaas/openfaas-cloud#624
Signed-off-by: Alistair Hey alistair@heyal.co.uk
How Has This Been Tested?
This was tested by updating an existing deployment with the new setting and logging out, the cookie was removed and the oauth flow was triggered to gain a new token
Checklist:
I have:
git commit -s