Liking cljdoc? Tell your friends :D

tech.vault-clj.core


create-tokenclj

(create-token lease-seconds)

force-load-vault-tokenclj

(force-load-vault-token)

Attempts to load the vault token from the config. Attempts users .vault-token file if the config has no token

Attempts to load the vault token from the config.  Attempts users
.vault-token file if the config has no token
raw docstring

get-vault-tokenclj

(get-vault-token)

loaded-tokenclj


read-credentialsclj

(read-credentials addr)

vault-getclj

(vault-get addr & {:keys [token] :or {token (get-vault-token)}})

vault-postclj

(vault-post addr body-map & {:keys [token] :or {token (get-vault-token)}})

vault-requestclj

(vault-request verb token addr args)

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

× close