mirror of
https://github.com/datahub-project/datahub.git
synced 2025-12-28 02:17:53 +00:00
docs(env): add env vars authentication (#8436)
This commit is contained in:
parent
695de42a8c
commit
ee84464406
@ -76,3 +76,11 @@ Simply replace the dot, `.`, with an underscore, `_`, and convert to uppercase.
|
||||
| `AWS_GLUE_SCHEMA_REGISTRY_REGION` | `us-east-1` | string | [`GMS`, `MCE Consumer`, `MAE Consumer`] | If using `AWS_GLUE` in the `SCHEMA_REGISTRY_TYPE` variable for the schema registry implementation. |
|
||||
| `AWS_GLUE_SCHEMA_REGISTRY_NAME` | `` | string | [`GMS`, `MCE Consumer`, `MAE Consumer`] | If using `AWS_GLUE` in the `SCHEMA_REGISTRY_TYPE` variable for the schema registry. |
|
||||
| `USE_CONFLUENT_SCHEMA_REGISTRY` | `true` | boolean | [`kafka-setup`] | Enable Confluent schema registry configuration. |
|
||||
|
||||
## Frontend
|
||||
|
||||
| Variable | Default | Unit/Type | Components | Description |
|
||||
|------------------------------------|----------|-----------|--------------|-------------------------------------------------------------------------------------------------------------------------------------|
|
||||
| `AUTH_VERBOSE_LOGGING` | `false` | boolean | [`Frontend`] | Enable verbose authentication logging. Enabling this will leak sensisitve information in the logs. Disable when finished debugging. |
|
||||
| `AUTH_OIDC_GROUPS_CLAIM` | `groups` | string | [`Frontend`] | Claim to use as the user's group. |
|
||||
| `AUTH_OIDC_EXTRACT_GROUPS_ENABLED` | `false` | boolean | [`Frontend`] | Auto-provision the group from the user's group claim. |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user