Liking cljdoc? Tell your friends :D

tech.queue.auth


providerclj

(provider cred-fn
          src-provider
          {:keys [cred-request-timeout-ms re-request-time-ms]
           :or {cred-request-timeout-ms 10000
                re-request-time-ms (* 20 60 1000)}})

You need to call com.stuartsierra.component/start on this to enable the credential request system.

You need to call com.stuartsierra.component/start on this to enable the credential request system.
raw docstring

vault-aws-auth-providerclj

(vault-aws-auth-provider vault-path src-provider options)

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

× close