Skip to content

Commit

Permalink
👍 support for variables related to static login
Browse files Browse the repository at this point in the history
  • Loading branch information
ism-k committed Apr 26, 2022
1 parent fa2f93b commit 2092800
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/pages/kb/open-source/admin-guide/env-vars-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,12 @@ The follow is a list of settings and what they control:
| `REDASH_DASHBOARD_REFRESH_INTERVALS` | | 60,300,600,1800,3600,43200,86400 |
| `REDASH_QUERY_REFRESH_INTERVALS` | | 60, 300, 600, 900, 1800, 3600, 7200, 10800, 14400, 18000, 21600, 25200, 28800, 32400, 36000, 39600, 43200, 86400, 604800, 1209600, 2592000 |
| `REDASH_PASSWORD_LOGIN_ENABLED` | | true |
| `REDASH_SAML_METADATA_URL` | | |
| `REDASH_SAML_ENTITY_ID` | | |
| `REDASH_SAML_NAMEID_FORMAT` | | |
| `REDASH_SAML_AUTH_TYPE` | static/dynamic login type | |
| `REDASH_SAML_ENTITY_ID` | (static & dynamic) redash instance URL | |
| `REDASH_SAML_METADATA_URL` | (dynamic) a XML metadata URL provided by your IDP | |
| `REDASH_SAML_NAMEID_FORMAT` | (dynamic) NameID format noted in your IDP's XML metadata | |
| `REDASH_SAML_SSO_URL` | (static) a URL at your IDP where SAML users will be redirected | |
| `REDASH_SAML_X509_CERT` | (static) a X509 certificate held by your IDP | |
| `REDASH_DATE_FORMAT` | | DD/MM/YY |
| `REDASH_JWT_LOGIN_ENABLED` | | false |
| `REDASH_JWT_AUTH_ISSUER` | | |
Expand Down

0 comments on commit 2092800

Please sign in to comment.