Replies: 1 comment 4 replies
-
I haven't tested this, but I think you'll have to figure out what USB device the YubiKey is using, and then grant that device to the container—eg, using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I've noticed there are two docker images: standard one and an HSM one: https://hub.docker.com/r/smallstep/step-ca
We would like to use the HSM one and use a Yubikey plugged on the host machine. Each of our containers must follow the least privilege principle and we are not able to find out whether some capabilities are required to use this HSM image.
I've noticed on the helm chart, in the default values (https://artifacthub.io/packages/helm/smallstep/step-certificates?modal=values), that the security contexts are restricted:
Is it accurate only for the standard docker image or is it true for the HSM one too?
May you confirm which privileges are required to run the HSM docker image? How do we grant access to the yubikey plugged on the host?
Thanks,
Alex
Beta Was this translation helpful? Give feedback.
All reactions