Repository for dip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tenant-catalog/openmetadata/values.yaml

80 lines
2.3 KiB

#version: openmetadata, 1.12.1
openmetadata:
config:
authorizer:
className: "org.openmetadata.service.security.DefaultAuthorizer"
containerRequestFilter: "org.openmetadata.service.security.JwtFilter"
initialAdmins:
- "admin"
- "dwshin"
- "kkmbal"
- "service-account-service-openmetadata"
principalDomain: "gke.paasup.io"
authentication:
clientType: confidential
provider: "custom-oidc"
publicKeys:
- "https://openmetadata.gke.paasup.io/api/v1/system/config/jwks"
- "https://keycloak.gke.paasup.io/realms/paasup/protocol/openid-connect/certs"
clientId: "open-metadata"
callbackUrl: "https://openmetadata.gke.paasup.io/callback"
jwtPrincipalClaims:
- "email"
- "preferred_username"
- "sub"
oidcConfiguration:
enabled: true
oidcType: "Keycloak"
clientId:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-id
clientSecret:
secretRef: oidc-secrets
secretKey: openmetadata-oidc-client-secret
discoveryUri: "https://keycloak.gke.paasup.io/realms/paasup/.well-known/openid-configuration"
serverUrl: "https://openmetadata.gke.paasup.io"
callbackUrl: "https://openmetadata.gke.paasup.io/callback"
tokenValidity: "3600"
sessionExpiry: "604800"
pipelineServiceClientConfig:
metadataApiEndpoint: "http://openmetadata:8585/api"
airflow:
apiEndpoint: "http://openmetadata-deps-api-server:8080"
ingress:
enabled: true
className: "kong"
annotations:
cert-manager.io/cluster-issuer: root-ca-issuer
cert-manager.io/duration: 8760h
cert-manager.io/renew-before: 720h
konghq.com/protocols: https
konghq.com/https-redirect-status-code: "301"
hosts:
- host: "openmetadata.gke.paasup.io"
paths:
- path: /
pathType: ImplementationSpecific
tls:
- secretName: openmetadata-tls
hosts:
- "openmetadata.gke.paasup.io"
extraVolumes:
- name: java-truststore
secret:
secretName: java-truststore
extraVolumeMounts:
- name: java-truststore
mountPath: /etc/ssl/java
readOnly: true
resources: {}
extraEnvs:
- name: LOG_LEVEL
value: "INFO"
- name: "OPENMETADATA_PUBLIC_URL"
value: "https://openmetadata.gke.paasup.io"