openfaas / ofc-bootstrap

Bootstrap OpenFaaS Cloud for your team
https://docs.openfaas.com/openfaas-cloud/intro/
MIT License
179 stars 61 forks source link

Add cookie_root_domain to system dashboard #206

Closed Waterdrips closed 4 years ago

Waterdrips commented 4 years ago

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: