Skip to content

Commit

Permalink
Merge pull request #102 from stackabletech/lts-druid-30.0.0
Browse files Browse the repository at this point in the history
chore(druid): Bump to 30.0.0
  • Loading branch information
NickLarsenNZ authored Sep 27, 2024
2 parents db8cd8a + 25cb8a3 commit 958f174
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ rules:
check-keys: false
comments:
min-spaces-from-content: 1 # Needed due to https://github.com/adrienverge/yamllint/issues/443
braces: disable # because the yaml files are templates which can have {{ ... }}
4 changes: 2 additions & 2 deletions stacks/keycloak-opa-poc/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: druid
spec:
image:
productVersion: 28.0.1
productVersion: 30.0.0
clusterConfig:
listenerClass: external-unstable
deepStorage:
Expand Down Expand Up @@ -67,7 +67,7 @@ spec:
"druid-pac4j"]
# basic authenticator needed for internal authentication among Druid processes
# Trying to use the pac4j authenticator in the escalator below leads to 302 errors,
# Trying to use the pac4j authenticator in the escalator below leads to 302 errors,
# it seems like the Druid processes cannot handle the OIDC authentication flow.
druid.auth.authenticator.MyBasicMetadataAuthenticator.type: basic
druid.auth.authenticator.MyBasicMetadataAuthenticator.initialInternalClientPassword: '${env:DRUID_SYSTEM_USER_PASSWORD}' # Default password for internal 'druid_system' user
Expand Down
4 changes: 2 additions & 2 deletions stacks/nifi-kafka-druid-superset-s3/druid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: druid
spec:
image:
productVersion: 28.0.1
productVersion: 30.0.0
clusterConfig:
listenerClass: external-unstable
zookeeperConfigMapName: druid-znode
Expand Down Expand Up @@ -101,4 +101,4 @@ metadata:
name: druid-db-credentials
stringData:
username: druid
password: druid
password: druid

0 comments on commit 958f174

Please sign in to comment.