ex_vault v0.0.2 ExVault.Secret.KV2 View Source

KV Secrets Engine - Version 2.

Link to this section Summary

Link to this section Functions

Link to this function

delete_metadata_and_all_versions(client, engine_path, secret_path, opts \\ [])

View Source

Deletes metadata and all versions.

See Delete Metadata and All Versions for details.

Link to this function

read_secret_version(client, engine_path, secret_path, opts \\ [])

View Source

Retrieves the secret at the specified location.

See Read Secret Version for details.

Link to this function

upsert_secret(client, engine_path, secret_path, body, opts \\ [])

View Source

Creates or updates a secret.

See Create/Update Secret for details.