feat(spark): unify Databricks PAT, OAuth M2M, connector OIDC, and namespace OIDC auth - #3455
Merged
pingsutw merged 4 commits intoAug 18, 2026
Merged
Conversation
rohitrsh
marked this pull request as ready for review
August 4, 2026 09:43
rohitrsh
requested review from
cosmicBboy,
davidmirror-ops,
kumare3,
machichima,
pingsutw,
samhita-alla and
wild-endeavor
as code owners
August 4, 2026 09:43
pingsutw
approved these changes
Aug 17, 2026
Introduce an authentication strategy boundary while preserving the existing PAT resolution and connector behavior, enabling subsequent auth methods to be reviewed independently. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
Allow connectors and individual tasks to opt into short-lived service-principal tokens while keeping PAT as the unchanged default authentication mode. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
Enable connectors to exchange their projected workload JWT for short-lived Databricks tokens without adding namespace discovery or Kubernetes RBAC requirements. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
Allow each workflow namespace to select a Databricks service principal through an annotated ServiceAccount while retaining connector identity as the OIDC fallback. Signed-off-by: Rohit Sharma <rohitrsh@gmail.com>
rohitrsh
force-pushed
the
feat/databricks-oidc-namespace-sa
branch
from
August 18, 2026 11:12
7da5e2b to
24ffcd2
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3455 +/- ##
==========================================
+ Coverage 76.27% 77.65% +1.37%
==========================================
Files 217 252 +35
Lines 22943 24332 +1389
Branches 3036 3036
==========================================
+ Hits 17499 18894 +1395
- Misses 4556 4613 +57
+ Partials 888 825 -63 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Contributor
Author
|
@pingsutw This PR is now the final integration merge target, following the same approach used for the SageMaker stack in #3459. It contains all four approved Databricks authentication commits from #3452, #3453, #3454, and #3455, rebased onto current Please merge #3455 only. After it merges, I will close #3452–#3454 as included in this PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Review slices:
Test plan
mastermake lintgit diff --checkThis PR is the single merge target for the complete four-part Databricks authentication stack. Hosted CI must complete before merge.