Ldap Authentication for Bare Metal
Set up Configurations in openmetadata.yaml
Authentication Configuration
The following configuration controls the auth mechanism for OpenMetadata. Update the mentioned fields as required.provider: ldappublicKeyUrls: ://:}/api/v1/system/config/jwksauthority:enableSelfSignup: This has to be false for Ldap.
Advanced LDAP Specific Configuration (Optional):
maxPoolSize: Connection Pool Size to use to connect to LDAP Server.sslEnabled: Set to true if the SSL is enable to connect to LDAP Server.truststoreConfigType: Truststore type. It is required. Can select fromtrustStoreConfig: Config for the selected truststore type. Please check below note for setting this up.
Authorizer Configuration
This configuration controls the authorizer for OpenMetadata:adminPrincipals: This is the list of admin Principal for the OpenMetadata , if mail in ldap is [email protected], then if we want this user to be admin in the OM, we should add ‘example’, in this list.principalDomain: Company Domain.