-
Notifications
You must be signed in to change notification settings - Fork 552
Unpack job security updates #2805
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
Unpack job security updates #2805
Conversation
Signed-off-by: perdasilva <[email protected]>
Signed-off-by: perdasilva <[email protected]>
0442f78
to
0275c0d
Compare
0275c0d
to
b349543
Compare
"", | ||
}, | ||
Verbs: []string{ | ||
"get", "update", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to create the configmap to unpack the bundles?
Assuming that we are testing it on the ci and all is passing that seems that we do not need it.
Then, the changes shows fine for me
/approved
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to ensure that we do need to create verb.
Otherwise, the changes shows fine for me
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: camilamacedo86, perdasilva The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This reverts commit e568cde.
This reverts commit e568cde. Signed-off-by: perdasilva <[email protected]>
* Revert "Unpack job security updates (#2805)" This reverts commit e568cde. Signed-off-by: perdasilva <[email protected]> * Revert "Update unpack job pod security (#2793)" This reverts commit eedad28. Signed-off-by: perdasilva <[email protected]> * Revert "Update CatalogSource Pod security context (#2782)" This reverts commit 99b51e7. Signed-off-by: perdasilva <[email protected]>
Moves the unpacker job role policy creating to its own method to make downstream patching easier and less dangerous