Skip to content

Commit 3ec1cd1

Browse files
author
ism-k
committed
support for variables related to SAML static login
1 parent aa1590e commit 3ec1cd1

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/pages/kb/open-source/admin-guide/env-vars-settings.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,12 @@ The follow is a list of settings and what they control:
7777
| `REDASH_DASHBOARD_REFRESH_INTERVALS` | Comma-separated list of integer seconds that will be allowed for dashboard refresh | 60,300,600,1800,3600,43200,86400 |
7878
| `REDASH_QUERY_REFRESH_INTERVALS` | Comma-separated list of integer seconds that will be allowed for scheduled query refresh | 60, 300, 600, 900, 1800, 3600, 7200, 10800, 14400, 18000, 21600, 25200, 28800, 32400, 36000, 39600, 43200, 86400, 604800, 1209600, 2592000 |
7979
| `REDASH_PASSWORD_LOGIN_ENABLED` | Toggle to allow password login. Often disabled if Google Login, SAML, LDAP, or REMOTE_USER_LOGIN are enabled. | true |
80-
| `REDASH_SAML_METADATA_URL` | | |
81-
| `REDASH_SAML_ENTITY_ID` | | |
82-
| `REDASH_SAML_NAMEID_FORMAT` | | |
80+
| `REDASH_SAML_AUTH_TYPE` | static/dynamic login type | |
81+
| `REDASH_SAML_ENTITY_ID` | (static & dynamic) redash instance URL | |
82+
| `REDASH_SAML_METADATA_URL` | (dynamic) a XML metadata URL provided by your IDP | |
83+
| `REDASH_SAML_NAMEID_FORMAT` | (dynamic) NameID format noted in your IDP's XML metadata | |
84+
| `REDASH_SAML_SSO_URL` | (static) a URL at your IDP where SAML users will be redirected | |
85+
| `REDASH_SAML_X509_CERT` | (static) a X509 certificate held by your IDP | |
8386
| `REDASH_DATE_FORMAT` | Moment.js format to be used throughout the web application | DD/MM/YY |
8487
| `REDASH_JWT_LOGIN_ENABLED` | | false |
8588
| `REDASH_JWT_AUTH_ISSUER` | | |

0 commit comments

Comments
 (0)