-
Notifications
You must be signed in to change notification settings - Fork 19
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
[WIP] chore: Update curl container securityContext settings #101
base: main
Are you sure you want to change the base?
[WIP] chore: Update curl container securityContext settings #101
Conversation
6a1ff25
to
9bf75a3
Compare
I am working on finding a solution for the non-numeric user id, whether that is getting CURL to fix their image, finding another one that works, or building our own |
9a048d1
to
3c45687
Compare
d899540
to
df7d26b
Compare
|
@@ -10,5 +10,5 @@ upstream: | |||
test: | |||
image: | |||
registry: quay.io | |||
repository: curl/curl-base | |||
tag: 8.11.1 | |||
repository: rhdh-community/curl |
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.
The point of this file is to test an image other than what we have in the default values.yaml, to make sure that it is possible to configure the image.
Is it possible to use a different image (just for CI) that would meet the new security requirements?
Description of the change
Set secure defaults for the securityContext on the curl container.
Existing or Associated Issue(s)
https://issues.redhat.com/browse/RHIDP-6005
Additional Information
Checklist
Chart.yaml
according to semver.values.yaml
and added to the README.md. The pre-commit utility can be used to generate the necessary content. Usepre-commit run -a
to apply changes.pre-commit
hook.ct lint
command.