Unblock credential broker warden-sign pilot
This commit is contained in:
parent
a95236d2e5
commit
8321e14b46
6 changed files with 87 additions and 33 deletions
|
|
@ -451,7 +451,7 @@ class BaoRunner:
|
|||
"--",
|
||||
"sh",
|
||||
"-c",
|
||||
'read -r BAO_TOKEN; export BAO_TOKEN; exec bao "$@"',
|
||||
'read -r BAO_TOKEN; export BAO_TOKEN; export VAULT_TOKEN="$BAO_TOKEN"; exec bao "$@"',
|
||||
"sh",
|
||||
]
|
||||
+ args
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue