I use ykman for my aws-vault prompt, which means I use my Yubikey for 2FA. This change allows a workflow user to set the AWS_VAULT_PROMPT variable, which allows this workflow.
(It also uses /usr/libexec/path_helper -s to work out default system PATH etc., which removes the need to pass/guess the aws-vault path — otherwise I'd have needed to introduce the same thing for ykman)
I use
ykman
for myaws-vault
prompt, which means I use my Yubikey for 2FA. This change allows a workflow user to set theAWS_VAULT_PROMPT
variable, which allows this workflow.(It also uses
/usr/libexec/path_helper -s
to work out default systemPATH
etc., which removes the need to pass/guess theaws-vault
path — otherwise I'd have needed to introduce the same thing forykman
)