Testdays - mount secret volume

This commit is contained in:
Josef Skladanka 2025-04-07 12:12:21 +02:00
parent 2351b7a46f
commit 9f04ee6386

View file

@ -6,9 +6,8 @@
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": [
"http://localhost:5050/flask_oidc/authorize",
"https://testdays.stg.fedoraproject.org/flask_oidc/authorize"
]
"redirect_uris": ["http://localhost:5050/flask_oidc/authorize","https://testdays.stg.fedoraproject.org/flask_oidc/authorize"],
"userinfo_uri": "https://www.googleapis.com/oauth2/v3/userinfo",
"issuer": "https://accounts.google.com/"
}
}