mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-25 06:28:22 +00:00
- Remove default {} from openemtadata.yaml
This commit is contained in:
parent
6ac95f2335
commit
8a36de40a1
@ -190,7 +190,7 @@ authenticationConfiguration:
|
||||
clientAuthenticationMethod: ${OIDC_CLIENT_AUTH_METHOD:-"client_secret_post"}
|
||||
tenant: ${OIDC_TENANT:-""}
|
||||
maxClockSkew: ${OIDC_MAX_CLOCK_SKEW:-""}
|
||||
customParams: ${OIDC_CUSTOM_PARAMS:-{}}
|
||||
customParams: ${OIDC_CUSTOM_PARAMS:-}
|
||||
samlConfiguration:
|
||||
debugMode: ${SAML_DEBUG_MODE:-false}
|
||||
idp:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user