amperity / vault-clj

Clojure client for Hashicorp's Vault secret management system.
Other
70 stars 17 forks source link

Add create-orphan-token! method #61

Closed greglook closed 2 years ago

greglook commented 2 years ago

Add support for the /auth/token/create-orphan endpoint, so that we can securely give services permissions to create orphan tokens without sudo on the main /auth/token/create endpoint.