diff --git a/docs/development/extensions-core/druid-ranger-security.md b/docs/development/extensions-core/druid-ranger-security.md index 481fb56adfe2..46c12c549a2a 100644 --- a/docs/development/extensions-core/druid-ranger-security.md +++ b/docs/development/extensions-core/druid-ranger-security.md @@ -72,9 +72,9 @@ druid.escalator.authorizerName=ranger #### Properties to configure the extension in Apache Druid |Property|Description|Default|required| |--------|-----------|-------|--------| -|`druid.auth.ranger.keytab`|Defines the keytab to be used while authenticating against Apache Ranger to obtain policies and provide auditing|null|No| -|`druid.auth.ranger.principal`|Defines the principal to be used while authenticating against Apache Ranger to obtain policies and provide auditing|null|No| -|`druid.auth.ranger.use_ugi`|Determines if groups that the authenticated user belongs to should be obtained from Hadoop's `UserGroupInformation`|null|No| +|`druid.auth.authorizer.ranger.keytab`|Defines the keytab to be used while authenticating against Apache Ranger to obtain policies and provide auditing|null|No| +|`druid.auth.authorizer.ranger.principal`|Defines the principal to be used while authenticating against Apache Ranger to obtain policies and provide auditing|null|No| +|`druid.auth.authorizer.ranger.use_ugi`|Determines if groups that the authenticated user belongs to should be obtained from Hadoop's `UserGroupInformation`|false|No| ### Configuring the connection to Apache Ranger diff --git a/helm/druid/Chart.yaml b/helm/druid/Chart.yaml index c52a4207e45f..1ed33c6d7cdd 100644 --- a/helm/druid/Chart.yaml +++ b/helm/druid/Chart.yaml @@ -14,7 +14,7 @@ # limitations under the License. apiVersion: v2 -appVersion: 0.23.0 +appVersion: 24.0.0 description: Apache Druid is a high performance real-time analytics database. name: druid dependencies: diff --git a/helm/druid/values.yaml b/helm/druid/values.yaml index 000cfbf61a58..790b87052086 100644 --- a/helm/druid/values.yaml +++ b/helm/druid/values.yaml @@ -17,7 +17,7 @@ image: repository: apache/druid - tag: 0.23.0 + tag: 24.0.0 pullPolicy: IfNotPresent pullSecrets: []