Skip to content

Commit e47f34d

Browse files
authored
docs(auth): capitalize valid options for auth (#4978)
1 parent 904c682 commit e47f34d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

docs/deployment/configuration.mdx

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Keep is highly configurable through environment variables. This allows you to cu
9494

9595
| Env var | Purpose | Required | Default Value | Valid options |
9696
| :-----------------------------------: | :---------------------------------------------------------------: | :------: | :-----------: | :------------------------------------------------: |
97-
| **AUTH_TYPE** | Specifies the authentication type | No | "noauth" | "auth0", "keycloak", "db", "noauth", "oauth2proxy" |
97+
| **AUTH_TYPE** | Specifies the authentication type | No | "NOAUTH" | "AUTH0", "KEYCLOAK", "DB", "NOAUTH", "OAUTH2PROXY" |
9898
| **KEEP_JWT_SECRET** | Secret key for JWT token generation and validation (DB auth only) | Yes | None | Any strong secret string |
9999
| **KEEP_DEFAULT_USERNAME** | Default username for the admin user (DB auth only) | No | "keep" | Any valid username string |
100100
| **KEEP_DEFAULT_PASSWORD** | Default password for the admin user (DB auth only) | No | "keep" | Any strong password string |
@@ -292,17 +292,17 @@ These endpoints are rate-limited according to the `KEEP_LIMIT_CONCURRENCY` setti
292292

293293
### General
294294

295-
| Env var | Purpose | Required | Default Value | Valid options |
296-
|------------------------------------|-----------------------------------------------------------------------|----------|---------------|-----------------|
297-
| **API_URL** | Specifies the URL of the Keep backend API | Yes | None | Valid URL |
298-
| **KEEP_HIDE_SENSITIVE_FIELDS** | Hides sensitive fields | No | None | "true", "false" |
299-
| **HIDE_NAVBAR_CORRELATION** | Hides the correlation page from the navigation bar in the UI | No | None | "true" |
300-
| **HIDE_NAVBAR_WORKFLOWS** | Hides the workflows page from the navigation bar in the UI | No | None | "true" |
301-
| **HIDE_NAVBAR_SERVICE_TOPOLOGY** | Hides the service topology page from the navigation bar in the UI | No | None | "true" |
302-
| **HIDE_NAVBAR_MAPPING** | Hides the mapping page from the navigation bar in the UI | No | None | "true" |
303-
| **HIDE_NAVBAR_EXTRACTION** | Hides the extraction page from the navigation bar in the UI | No | None | "true" |
304-
| **HIDE_NAVBAR_MAINTENANCE_WINDOW** | Hides the maintenance window page from the navigation bar in the UI | No | None | "true" |
305-
| **HIDE_NAVBAR_AI_PLUGINS** | Hides the AI plugins page from the navigation bar in the UI | No | None | "true" |
295+
| Env var | Purpose | Required | Default Value | Valid options |
296+
| ---------------------------------- | ------------------------------------------------------------------- | -------- | ------------- | --------------- |
297+
| **API_URL** | Specifies the URL of the Keep backend API | Yes | None | Valid URL |
298+
| **KEEP_HIDE_SENSITIVE_FIELDS** | Hides sensitive fields | No | None | "true", "false" |
299+
| **HIDE_NAVBAR_CORRELATION** | Hides the correlation page from the navigation bar in the UI | No | None | "true" |
300+
| **HIDE_NAVBAR_WORKFLOWS** | Hides the workflows page from the navigation bar in the UI | No | None | "true" |
301+
| **HIDE_NAVBAR_SERVICE_TOPOLOGY** | Hides the service topology page from the navigation bar in the UI | No | None | "true" |
302+
| **HIDE_NAVBAR_MAPPING** | Hides the mapping page from the navigation bar in the UI | No | None | "true" |
303+
| **HIDE_NAVBAR_EXTRACTION** | Hides the extraction page from the navigation bar in the UI | No | None | "true" |
304+
| **HIDE_NAVBAR_MAINTENANCE_WINDOW** | Hides the maintenance window page from the navigation bar in the UI | No | None | "true" |
305+
| **HIDE_NAVBAR_AI_PLUGINS** | Hides the AI plugins page from the navigation bar in the UI | No | None | "true" |
306306

307307
### Authentication
308308

0 commit comments

Comments
 (0)