Created
December 11, 2024 19:53
-
-
Save jseiser/eb994613a32aeca80730edaf44a5ff80 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
Environment: | |
VOUCH_PORT: 9090 | |
VOUCH_LOGLEVEL: info | |
VOUCH_TESTING: false | |
VOUCH_ALLOWALLUSERS: true | |
VOUCH_JWT_SECRET: <set to the key 'jwtSecret' in secret 'vouch'> Optional: false | |
OAUTH_PROVIDER: oidc | |
OAUTH_CLIENT_ID: <set to the key 'clientId' in secret 'vouch'> Optional: false | |
OAUTH_CLIENT_SECRET: <set to the key 'clientSecret' in secret 'vouch'> Optional: false | |
OAUTH_AUTH_URL: <set to the key 'authUrl' in secret 'vouch'> Optional: false | |
OAUTH_TOKEN_URL: <set to the key 'tokenUrl' in secret 'vouch'> Optional: false | |
OAUTH_USER_INFO_URL: <set to the key 'userInfoUrl' in secret 'vouch'> Optional: false | |
OAUTH_CALLBACK_URLS: <set to the key 'callbackUrls' in secret 'vouch'> Optional: false | |
OAUTH_SCOPES: openid,email,profile,groups | |
VOUCH_COOKIE_DOMAIN: my.tld | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment