Hello Impala Public Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/24366
to look at the new patch set (#3).
Change subject: IMPALA-15016: Add OAuth Helm auth options
......................................................................
IMPALA-15016: Add OAuth Helm auth options
Add typed auth.oauth Helm values and wire them into impalad startup
args so OAuth token authentication can be configured without raw
extraArgs overrides.
Document Helm and operator override usage for OAuth settings in the
Kubernetes deployment guide and chart example values.
Testing:
- helm lint helm/impala
- helm template impala-no-oauth helm/impala -f helm/impala/values-example.yaml
- helm template impala-oauth helm/impala -f helm/impala/values-example.yaml \
--set auth.oauth.enabled=true \
--set auth.oauth.jwksUrl=https://idp.example.org/.well-known/jwks.json \
--set auth.oauth.jwtCustomClaimUsername=sub
- Deployed on a Kubernetes test cluster using KUBECONFIG.
- Verified impalad includes OAuth startup flags when enabled.
- Ran impala-shell smoke queries: select version(); select 1;
Change-Id: Ibf9d305dd37f1d173b0d2339c7a7d5098718e2fd
Generated-by: Cursor
---
M docs/impala-on-kubernetes.md
M helm/impala/templates/impalad-deployment.yaml
M helm/impala/values-example.yaml
M helm/impala/values.yaml
4 files changed, 79 insertions(+), 0 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/66/24366/3
--
To view, visit http://gerrit.cloudera.org:8080/24366
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-Project: Impala-ASF
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Ibf9d305dd37f1d173b0d2339c7a7d5098718e2fd
Gerrit-Change-Number: 24366
Gerrit-PatchSet: 3
Gerrit-Owner: Anubhav Jindal <[email protected]>
Gerrit-Reviewer: Impala Public Jenkins <[email protected]>