Unblock credential broker warden-sign pilot
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user