Liking cljdoc? Tell your friends :D
Clojure only.

vault.auth.kubernetes

The /auth/kubernetes endpoint manages Kubernetes authentication functionality.

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

The `/auth/kubernetes` endpoint manages Kubernetes authentication
functionality.

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

APIcljprotocol

The Kubernetes endpoints manage Kubernetes authentication functionality.

The Kubernetes endpoints manage Kubernetes authentication functionality.

loginclj

(login client role jwt)

Login to the provided role using a signed JSON Web Token (JWT) for authenticating a service account. This method uses the /auth/kubernetes/login endpoint.

Returns the auth map from the login endpoint and updates the auth information in the client, including the new client token.

Login to the provided role using a signed JSON Web Token (JWT) for
authenticating a service account. This method uses the
`/auth/kubernetes/login` endpoint.

Returns the `auth` map from the login endpoint and updates the auth
information in the client, including the new client token.

with-mountclj

(with-mount client mount)

Return an updated client which will resolve calls against the provided mount instead of the default. Passing nil will reset the client to the default.

Return an updated client which will resolve calls against the provided
mount instead of the default. Passing `nil` will reset the client to the
default.
sourceraw docstring

default-mountclj

Default mount point to use if one is not provided.

Default mount point to use if one is not provided.
sourceraw docstring

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

× close