You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I reproduced the structure from your example, but all trying ended with errors.
I have secrets on the following path, that can be read and listed. any/path/daytona_test/{api-key|database}
I exported the variable VAULT_SECRETS_APPLICATION=any/path/daytona_test and try to fetching that secrets, but i got 405 error.
@broamski There is any special consideration we need to have with KV Engine V2? It doesn't work for me. Works fine when I use Engine V1. I suspect is related to the existence of multiple keys in V2 (Secret Metadata).
I reproduced the structure from your example, but all trying ended with errors.
any/path/daytona_test/{api-key|database}
I exported the variable
VAULT_SECRETS_APPLICATION=any/path/daytona_test
and try to fetching that secrets, but i got 405 error.VAULT_SECRET_APPLICATION=any/path/daytona_test/api-key
. Gotnon-string value
error.Try again:
If i send in the API by Postman i get next:
Is this an unexpected response for Daytona? What am I doing wrong?
Vault version: 1.1.1
The text was updated successfully, but these errors were encountered: