-
Notifications
You must be signed in to change notification settings - Fork 6
feat(kubernetes): support OpenShift restricted SCC via AGENT_SECURITY_CONTEXT #1155
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
Merged
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
c3593a8
feat: add AGENT_SECURITY_CONTEXT kubernetes provider option
skevetter b0b6899
feat: add container security context resolution helper
skevetter b1df673
feat: apply AGENT_SECURITY_CONTEXT and STRICT_SECURITY to injected co…
skevetter 89a1f8c
feat: set spec.securityContext.hostUsers=false for restricted-cluster…
skevetter 87aebeb
test: add OpenShift security context regression coverage and docs
skevetter afd6114
fix: let AGENT_SECURITY_CONTEXT override Capabilities/Privileged
skevetter 9cde92d
test: add e2e coverage for OpenShift-style restricted admission
skevetter 430ec61
chore: satisfy diff-scoped golangci-lint findings
skevetter 69bbf47
fix: surface the real Abs/ReadFile error in parseSecurityContext
skevetter 6a44e21
fix: restore POD_MANIFEST_TEMPLATE as highest-precedence for containe…
skevetter 4522411
test: close init-container and default-mode coverage gaps
skevetter be7ac73
refactor: replace nolint:cyclop suppression with a real complexity fix
skevetter c61691c
refactor: bundle getContainers params into devsyContainerInputs
skevetter dade92b
fix: work around kind's hostUsers OCI hook bug in the restricted-scc …
skevetter 31f5a48
fix: retry kubernetes-native agent delivery before falling back to le…
skevetter a07e125
refactor: replace blind delivery retry with a resilient, classified r…
skevetter a39ac90
feat: add AGENT_INSTALL_PATH kubernetes option for non-root containers
skevetter 107072b
fix: fall back to writable paths for git config and result files
skevetter 096da0e
fix: prefer a locally-available binary over in-container download
skevetter b346b01
fix: reuse ContainerDataDirFallback constant and document agentInstal…
skevetter 961b90f
style: update comments
skevetter 5af807b
fix: address CodeRabbit review findings on PR #1155
skevetter 3176539
fix: address local CodeRabbit CLI review findings
skevetter 1c0f34a
Merge remote-tracking branch 'origin/main' into admiring-peacock
skevetter 80986f3
fix: suppress gosec findings on deliberate test fixtures
skevetter efc4257
fix(ci): revert kind node image to the CLI-compatible v1.34.0
skevetter ebd565e
fix: tolerate permission-denied chowning the workspace parent dir
skevetter a921d19
fix: tighten restricted container setup
skevetter 4234c35
fix: apply kubernetes review feedback
skevetter 6af0547
Merge branch 'main' into admiring-peacock
skevetter 7c40f41
style: update comments
skevetter 6705f67
fix: keep restricted e2e user namespace compatible
skevetter ed5ffed
fix: satisfy git config lint
skevetter 8ab4f9b
fix: select active container result path
skevetter d5c48e2
fix(kubernetes): support restricted SCC
skevetter 1c8ce1d
fix: satisfy lint checks
skevetter 96c3af7
fix: stabilize restricted kubernetes e2e
skevetter 5de76ab
Merge branch 'main' into admiring-peacock
skevetter f44be4d
fix(kubernetes): stabilize restricted SCC test
skevetter 4369a76
test(e2e): share SSH command constants
skevetter 366e22b
fix: address kubernetes review feedback
skevetter 2f680ba
fix: satisfy secure directory lint
skevetter aa9deb8
fix: support macos data directory paths
skevetter dbf148e
fix: address latest review findings
skevetter 49a11b4
fix: reduce security resolver complexity
skevetter eb063c7
fix: address latest review feedback
skevetter 59eb495
docs: address latest review remarks
skevetter 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
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
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.
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.