Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[feature] Run the authenticator with an unprivileged user
Use alpine as the base image because it brings unprivileged user and ca certificate tooling. Use the alpine upstream updated and maintained ca-certificates rather than pulling ca-certificates.crt out of an alpine:latest to bake into this image. Software running in containers should default to run as unprivileged user rather than running as the root user inside the container. Fixes Github issue kubernetes-sigs#26 Signed-off-by: Stefan Cocora <stefan.cocora@gmail.com>
- Loading branch information