Liking cljdoc? Tell your friends :D

vault.sys.auth

The /sys/auth endpoint is used to list, create, update, and delete auth methods. Auth methods convert user or machine-supplied information into a token which can be used for all future requests.

Reference: https://www.vaultproject.io/api-docs/system/auth

The `/sys/auth` endpoint is used to list, create, update, and delete auth
methods. Auth methods convert user or machine-supplied information into a
token which can be used for all future requests.

Reference: https://www.vaultproject.io/api-docs/system/auth
raw docstring

vault.sys.health

The /sys/health endpoint is used to check the health status of Vault.

Reference: https://www.vaultproject.io/api-docs/system/health

The `/sys/health` endpoint is used to check the health status of Vault.

Reference: https://www.vaultproject.io/api-docs/system/health
raw docstring

vault.sys.leases

The /sys/leases endpoint is used to view and manage leases in Vault.

Reference: https://www.vaultproject.io/api-docs/system/leases

The `/sys/leases` endpoint is used to view and manage leases in Vault.

Reference: https://www.vaultproject.io/api-docs/system/leases
raw docstring

vault.sys.mounts

The /sys/mounts endpoint is used to manage secrets engines in Vault.

Reference: https://www.vaultproject.io/api-docs/system/mounts

The `/sys/mounts` endpoint is used to manage secrets engines in Vault.

Reference: https://www.vaultproject.io/api-docs/system/mounts
raw docstring

vault.sys.wrapping

The `/sys/wrapping` endpoint is used to wrap secrets and lookup, rewrap, and
unwrap tokens.

Reference:
- https://www.vaultproject.io/api-docs/system/wrapping-lookup
- https://www.vaultproject.io/api-docs/system/wrapping-rewrap
- https://www.vaultproject.io/api-docs/system/wrapping-unwrap
- https://www.vaultproject.io/api-docs/system/wrapping-wrap
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close