File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
docs/modules/druid/partials
templates/kuttl/authorizer Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010 config property ` requestedSecretLifetime ` . This helps reducing frequent Pod restarts ([ #660 ] ).
1111- Run a ` containerdebug ` process in the background of each "druid" container to collect debugging information ([ #667 ] ).
1212- Aggregate emitted Kubernetes events on the CustomResources ([ #677 ] ).
13- - Support Apache Druid ` 31.0.1 ` and adjust memory limits of coordinator and middlemanager ([ #685 ] ).
13+ - Support Apache Druid ` 31.0.1 ` and adjust memory limits of coordinator and middlemanager, remove ` 26.0.0 ` ([ #685 ] ).
1414
1515[ #660 ] : https://github.com/stackabletech/druid-operator/pull/660
1616[ #667 ] : https://github.com/stackabletech/druid-operator/pull/667
Original file line number Diff line number Diff line change 33// Stackable Platform documentation.
44
55- 31.0.1
6- - 30.0.0 (LTS)
7- - 26 .0.0 (deprecated)
6+ - 30.0.1 (LTS)
7+ - 30 .0.0 (deprecated)
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ data:
1212 default allow = false
1313
1414 allow {
15- input.user == "alice"
15+ input.authenticationResult.identity == "alice"
1616 }
1717
1818 allow {
19- input.user == "admin"
19+ input.authenticationResult.identity == "admin"
2020 }
2121
2222 allow {
23- input.user == "druid_system"
23+ input.authenticationResult.identity == "druid_system"
2424 }
2525---
2626apiVersion: opa.stackable.tech/v1alpha1
Original file line number Diff line number Diff line change 1313dimensions :
1414 - name : druid
1515 values :
16- - 26.0.0
1716 - 30.0.0
17+ - 30.0.1
1818 - 31.0.1
1919 # To use a custom image, add a comma and the full name after the product version
2020 # - 28.0.1,docker.stackable.tech/sandbox/druid:28.0.1-stackable0.0.0-dev
You can’t perform that action at this time.
0 commit comments