Module vaultrs::kv1

source ·

Functions§

  • Delete secret at given location
  • Get value of the secret at given path. Return the deserialized HashMap of secret directly, if you need to access additional fields such as lead_duration, use get_raw
  • Get value of the secret at given path, returning the raw response without deserialization Additional fields are available on raw response, such as lease_duration
  • List secret keys at given location, returning raw server response
  • Sets the value of the secret at the given path