Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document JWT public key format for http:// and file:// #678

Merged
merged 1 commit into from
Jul 29, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pages/kb/open-source/admin-guide/env-vars-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The follow is a list of settings and what they control:
| `REDASH_DATE_FORMAT` | Moment.js format to be used throughout the web application | DD/MM/YY |
| `REDASH_JWT_LOGIN_ENABLED` | | false |
| `REDASH_JWT_AUTH_ISSUER` | | |
| `REDASH_JWT_AUTH_PUBLIC_CERTS_URL` | | |
| `REDASH_JWT_AUTH_PUBLIC_CERTS_URL` | RSA public key in JSON Web Key (JWK) format for HTTP, or PEM for a FILE location | |
| `REDASH_JWT_AUTH_AUDIENCE` | | |
| `REDASH_JWT_AUTH_ALGORITHMS` | | HS256,RS256,ES256 |
| `REDASH_JWT_AUTH_COOKIE_NAME` | | |
Expand Down
Loading