Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/development/extensions-core/druid-ranger-security.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion helm/druid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

apiVersion: v2
appVersion: 0.23.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you revert these yaml files? I can merge the PR afterwards.

appVersion: 24.0.0
description: Apache Druid is a high performance real-time analytics database.
name: druid
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion helm/druid/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

image:
repository: apache/druid
tag: 0.23.0
tag: 24.0.0
pullPolicy: IfNotPresent
pullSecrets: []

Expand Down