chore: add KEP-281 for unified authentication via kube-authkit#472
Open
szaher wants to merge 5 commits into
Open
chore: add KEP-281 for unified authentication via kube-authkit#472szaher wants to merge 5 commits into
szaher wants to merge 5 commits into
Conversation
Propose adopting kube-authkit as the default authentication mechanism for all Kubeflow SDK components (Trainer, Optimizer, Spark, Hub). The library will be embedded under kubeflow/common/auth/ and published as an independent PyPI package (kubeflow-authkit). Ref: kubeflow#281 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Saad Zaher <szaher@redhat.com>
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
There was a problem hiding this comment.
Pull request overview
Adds KEP-281 proposal documentation describing a plan to adopt (and vendor) kube-authkit as a unified authentication layer for Kubeflow SDK components.
Changes:
- Introduces KEP metadata (
kep.yaml) for proposal tracking. - Adds a detailed KEP write-up (
README.md) covering motivation, design, integration approach, and test plan.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| docs/proposals/281-kube-authkit-unified-auth/kep.yaml | Adds KEP-281 metadata (authors, status, milestones). |
| docs/proposals/281-kube-authkit-unified-auth/README.md | Adds the full KEP narrative and proposed API/integration details. |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Saad Zaher <szaher@redhat.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Saad Zaher <szaher@redhat.com>
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.
Propose adopting kube-authkit as the default authentication mechanism
for all Kubeflow SDK components (Trainer, Optimizer, Spark, Hub).
The library will be embedded under kubeflow/common/auth/ and published
as an independent PyPI package (kubeflow-authkit).
Ref: #281
Co-Authored-By: Claude Opus 4.7
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
Fixes #<issue number>, #<issue number>, ...format, will close the issue(s) when PR gets merged):Fixes #
Checklist: