brave-secretary-27487
02/11/2022, 2:42 PMdatahub-frontend:
ingress:
enabled: false
annotations:
<http://kubernetes.io/ingress.class|kubernetes.io/ingress.class>: traefik
hosts:
- host : "url"
paths: ['/']
datahub:
metadata_service_authentication:
enabled: true
datahub-gms:
datahub:
metadata_service_authentication:
enabled: true
global:
metadata_service_authentication:
enabled: true
systemClientId: "__datahub_system"
systemClientSecret:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_signing_key"
tokenService:
signingKey:
secretRef: "datahub-auth-secrets"
secretKey: "token_service_signing_key"
# Set to false if you'd like to provide your own auth secrets
provisionSecrets: true
Should I enable metadata_service_authentication in both front-end, gms and global?
And where can I find the systemClientId
?
I tried the setup without the global tag and this didn't work. So i assume the metadata_service_authentication
should also be enabled in global?incalculable-ocean-74010
02/11/2022, 6:25 PM