diff --git a/docs/spindle/openbao.md b/docs/spindle/openbao.md index c5b3e206..88c7aca7 100644 --- a/docs/spindle/openbao.md +++ b/docs/spindle/openbao.md @@ -114,7 +114,7 @@ Get the credentials: ROLE_ID=$(bao read -field=role_id auth/approle/role/spindle/role-id) # Generate secret ID -SECRET_ID=$(bao write -field=secret_id auth/approle/role/spindle/secret-id) +SECRET_ID=$(bao write -f -field=secret_id auth/approle/role/spindle/secret-id) echo "Role ID: $ROLE_ID" echo "Secret ID: $SECRET_ID"