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
Expected Behavior:
Every secret ID accessor that was listed with LIST /secret-id endpoint should be able to be looked up with the secret-id-accessor/lookup endpoint
Actual Behavior:
$ vault list auth/approle/role/my-app-role/secret-id
secret-id-accessor-1
secret-id-accessor-2
$ vault write auth/approle/role/my-app-role/secret-id-accessor/lookup secret_id_accessor=secret-id-accessor-1
Error writing data to auth/approle/role/my-app-role/secret-id-accessor/lookup: Error making API request.
URL: PUT https://vault.instance/v1/auth/approle/role/my-app-role/secret-id-accessor/lookup
Code: 500. Errors:
* 1 error occurred:
* failed to find accessor entry for secret_id_accessor: "secret-id-accessor-1"
Steps to Reproduce:
It is hard to say exactly what steps led to this bug. This bug happened after I upgraded the server from vault 0.8.2 to 0.9.5.
The text was updated successfully, but these errors were encountered:
To add to this issue, is there anyway I can safely delete the accessor that is in the list, but cannot be looked up? I tried the destroy/ endpoint, but this has the same exact output as lookup.
Environment:
Vault Config File:
Startup Log Output:
Expected Behavior:
Every secret ID accessor that was listed with
LIST /secret-id
endpoint should be able to be looked up with thesecret-id-accessor/lookup
endpointActual Behavior:
Steps to Reproduce:
It is hard to say exactly what steps led to this bug. This bug happened after I upgraded the server from vault 0.8.2 to 0.9.5.
The text was updated successfully, but these errors were encountered: