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
When I try to read the details of a key created in the transit secret backend and the audit file backend is enabled, I get a panic.
Details:
Vault v0.7.3
Consul v0.8.5
macOS 10.12.5
I am setting up a test Vault with consul storage. I start with an empty consul, just bootstrapped, initialise the vault, unseal it, mount the transit backend, create the key with type ed25519 and try to read it. This returns the details of the key. I then enable the audit file backend, try to read the key and I get a panic.
Summary:
When I try to read the details of a key created in the transit secret backend and the audit file backend is enabled, I get a panic.
Details:
I am setting up a test Vault with consul storage. I start with an empty consul, just bootstrapped, initialise the vault, unseal it, mount the transit backend, create the key with type ed25519 and try to read it. This returns the details of the key. I then enable the audit file backend, try to read the key and I get a panic.
Configuration:
vault.hcl
consul.json
Steps:
consul
withconsul agent -config-file=./consul/consul.json
vault
withvault server -config=./vault/vault.hcl
vault mount transit
curl -H 'X-Vault-Token: <root token>' -X POST http://localhost:8200/v1/transit/keys/boom -d '{ "type": "ed25519" }'
The text was updated successfully, but these errors were encountered: