Skip to content

Commit

Permalink
fix config overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
razvan committed Oct 24, 2023
1 parent 3ce3c46 commit 5b8beae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tests/templates/kuttl/oidc/30-druid.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,17 @@ spec:
# OIDC common config
druid.auth.pac4j.oidc.clientID: keycloak-client-druid
druid.auth.pac4j.oidc.clientSecret: 'keycloak-client-druid-secret'
druid.auth.pac4j.oidc.discoveryURI: 'http://keycloak:8080/realms/master/.well-known/openid-configuration'
# druid.auth.pac4j.oidc.oidcClaim: preferred_username # setting doesn't work, but should?
druid.auth.pac4j.oidc.discoveryURI: 'http://keycloak:8080/realms/stackable/.well-known/openid-configuration'
druid.auth.pac4j.oidc.oidcClaim: preferred_username # setting doesn't work, but should?

#druid.auth.authenticator.jwt.type: jwt

#druid.auth.authenticatorChain: '["MyBasicMetadataAuthenticator","jwt","pac4j"]'
druid.auth.authenticatorChain: '["MyBasicMetadataAuthenticator","pac4j"]'

druid.escalator.type: basic
druid.escalator.internalClientUsername: druid_system
druid.escalator.internalClientPassword: '{"type":"environment","variable": "druid-system-password"}'
druid.escalator.internalClientPassword: 'druid-system-password'
coordinators:
roleGroups:
default:
Expand Down

0 comments on commit 5b8beae

Please sign in to comment.