Skip to content

Commit

Permalink
Document JWT public key format for http:// and file://
Browse files Browse the repository at this point in the history
  • Loading branch information
eradman authored and justinclift committed Jul 29, 2023
1 parent 1ee7473 commit f8e8edb
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit f8e8edb

Please sign in to comment.