hystax / optscale

FinOps and cloud cost optimization tool. Supports AWS, Azure, GCP, Alibaba Cloud and Kubernetes.

Home Page:https://hystax.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SSO Google: GOOGLE_OAUTH_CLIENT_SECRET not documented

tguisep opened this issue · comments

Hello,

env var GOOGLE_OAUTH_CLIENT_SECRET in auth module to use SSO Google is required, but not documented.

self._client_secret = os.environ.get('GOOGLE_OAUTH_CLIENT_SECRET')

Issue validated with in auth.yaml:

        - name: GOOGLE_OAUTH_CLIENT_SECRET
          value: GOCSPX-MYSECRET

Thomas.