POC to add security context values - #75
Draft
rpothier wants to merge 1 commit into
Draft
Conversation
rpothier
force-pushed
the
add-run-as-user
branch
2 times, most recently
from
September 30, 2022 20:45
837f192 to
45f9cfc
Compare
rpothier
force-pushed
the
add-run-as-user
branch
from
January 20, 2023 22:30
45f9cfc to
29d1b14
Compare
|
Tracked as CNJR-11285. |
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.
Desired Outcome
In some Openshift environments the Secrets Provider and application need to run as the same
user ID for the Sentinel files to work correctly.
Implemented Changes
Adding a new sidecar annotation to allow the injector to add the security context,
some questions remain.
Connected Issue/Story
Resolves #[relevant GitHub issue(s), e.g. 76]
CyberArk internal issue link: ONYX-25163
Definition of Done
Changelog
CHANGELOG update
Test coverage
changes, or
Documentation
READMEs) were updated in this PRBehavior
Security