Hello Gokul Kolady, Abhishek Rawat, Jason Fehr, Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24343
to look at the new patch set (#6).
Change subject: IMPALA-14977: Add optional Ranger Helm resources
......................................................................
IMPALA-14977: Add optional Ranger Helm resources
Add optional Ranger deployment and service templates behind a chart flag
so policy-admin components can be deployed when needed.
Add chart validation to require auth.ranger.adminUrl when Ranger auth is
enabled against an external Ranger service.
Add ASF license headers to newly added Ranger chart templates.
Testing:
- helm lint helm/impala
- helm template impala14977-check helm/impala --set ranger.enabled=true
- helm template impala14977-ranger-valid helm/impala \
--set auth.ranger.enabled=true --set ranger.enabled=false \
--set auth.ranger.adminUrl=http://ranger.example.org:6080
- helm template impala14977-ranger-invalid helm/impala \
--set auth.ranger.enabled=true --set ranger.enabled=false (fails as
expected)
Implemented and validated manually; Cursor-assisted.
Change-Id: I34efcce101038161dfd4007ec7a64c0870e4b0b9
---
A helm/impala/files/ranger-hive-audit.xml
A helm/impala/files/ranger-hive-security.xml
M helm/impala/templates/catalogd-deployment.yaml
M helm/impala/templates/configmap.yaml
M helm/impala/templates/impalad-deployment.yaml
A helm/impala/templates/ranger-deployment.yaml
A helm/impala/templates/ranger-service.yaml
A helm/impala/templates/ranger-validation.yaml
M helm/impala/values.yaml
9 files changed, 217 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/43/24343/6
--
To view, visit http://gerrit.cloudera.org:8080/24343
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I34efcce101038161dfd4007ec7a64c0870e4b0b9
Gerrit-Change-Number: 24343
Gerrit-PatchSet: 6
Gerrit-Owner: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Abhishek Rawat <[email protected]>
Gerrit-Reviewer: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Gokul Kolady <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>
Gerrit-Reviewer: Jason Fehr <[email protected]>