-
Notifications
You must be signed in to change notification settings - Fork 1.1k
KFP support for pss restricted #3412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
juliusvonkohout
merged 24 commits into
master
from
copilot/move-baseline-to-security-pss
Mar 20, 2026
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
1bc0478
Initial plan
Copilot 09d370f
refactor: move PSS component and enforce restricted labels
Copilot b147391
feat: enforce KFP non-root defaults and update pipeline tests
Copilot bc33bb8
feat: enforce KFP security context defaults and align v1/v2 pipeline …
Copilot 5a1bf94
refactor: switch KFP defaults to uid 100 gid 0 and apply context via …
Copilot ac7bad5
refactor: use uid 100 gid 0 defaults and central security context app…
Copilot 175ad15
refactor: move pipeline security context override to non-upstream ove…
Copilot d1cfa03
docs: add v2 security-context decorator docstring
Copilot b2f2fac
refactor: move pipeline override to overlays path and rename hello wo…
Copilot 7358550
refactor: apply kfp v2 security context via direct decorated component
Copilot 67593f0
fix: use top-level pipeline overlays kustomization entrypoint
Copilot 9fb1c33
fix: move illegal pipeline patching to overlays root and use overlays…
Copilot 628270e
Fix directory path for pipeline installation
juliusvonkohout 89ecc6f
chore: revert upstream edits and keep pipeline fix overlay-only
Copilot a9db320
Update pipelines_install.sh
juliusvonkohout 8a2426f
fix: use V1SecurityContext in KFP v1 pipeline test
Copilot def73cf
refactor: simplify kfp v2 security context usage
Copilot edf34d0
fix: make kfp v1 test compile with direct container security context
Copilot 3bbe259
Change security context user and group to empty
juliusvonkohout b681c35
.
juliusvonkohout 68d8c24
.
juliusvonkohout ffa8ec0
.
juliusvonkohout 4665e44
.
juliusvonkohout 7a3dc6d
Modify defaultSecurityContextRunAsNonRoot value
juliusvonkohout File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| apiVersion: kustomize.config.k8s.io/v1beta1 | ||
| kind: Kustomization | ||
|
|
||
| resources: | ||
| - ../upstream/env/cert-manager/platform-agnostic-multi-user | ||
|
|
||
| patches: | ||
| - path: pipeline-install-config-securitycontext.yaml |
8 changes: 8 additions & 0 deletions
8
applications/pipeline/overlays/pipeline-install-config-securitycontext.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| apiVersion: v1 | ||
| kind: ConfigMap | ||
| metadata: | ||
| name: pipeline-install-config | ||
| data: | ||
| defaultSecurityContextRunAsUser: "" # 1000 | ||
| defaultSecurityContextRunAsGroup: "" # 0 | ||
| defaultSecurityContextRunAsNonRoot: "" # TODO "true" for better security |
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
common/security/PSS/dynamic/baseline/namespace-labels.yaml
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.