Enable Yubikey for 2FA #65
-
I've been trying to enable Yubikeys which requires the YUBICO_CLIENT_ID and YUBICO_SECRET_KEY environment variables to be set. However, I've been unsuccessful in getting them set up by adding them to the values.yaml file. I've tried: Attempt #1 Attempt #2 But neither works. Is there a format that works, or is this just not supported by this Helm chart? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hey @shanebrewer, I don't know where you're adding those values, but I couldn't imagine how they would work. In #66, I have just added support for Yubikeys. helm repo update Just add the following to your custom values yaml and upgrade: yubico:
clientId: "abc"
secretKey: "xyz" br, |
Beta Was this translation helpful? Give feedback.
Hey @shanebrewer,
I don't know where you're adding those values, but I couldn't imagine how they would work.
In #66, I have just added support for Yubikeys.
Just add the following to your custom values yaml and upgrade:
br,
Lester