Skip to content
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

implement dynamic checks using rootless podman #154

Open
TomasTomecek opened this issue Jul 2, 2018 · 0 comments
Open

implement dynamic checks using rootless podman #154

TomasTomecek opened this issue Jul 2, 2018 · 0 comments

Comments

@TomasTomecek
Copy link
Member

TomasTomecek commented Jul 2, 2018

Let's implement them using rootless containers which were recently merged into podman:

containers/podman#936
podman-0.6.5+

This means that backend code for dynamic checks would utilize podman tool and the container would be invoked with an unprivileged user. podman would create and run the container using user namespaces. This means that user namespaces need to be set up correctly (/etc/subuid). These checks need to run in an openshift pod (that's how we invoke colin internally).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant