hashicorp / vault

A tool for secrets management, encryption as a service, and privileged access management
https://www.vaultproject.io/
Other
30.9k stars 4.17k forks source link

Feature request: secrets engine for Cloudflare #18932

Open fabiendelpierre opened 1 year ago

fabiendelpierre commented 1 year ago

A secrets engine for creating Cloudflare API tokens seems like a shoe-in for Vault. The engine would work in a way identical to other secrets engine whereby Vault is provided with a highly-privileged API token and accepts requests to create and hand out additional API tokens, given a set of parameters.

Desirable features would correspond to what Cloudflare lets you do when creating an API token:

See also:

FWest98 commented 2 weeks ago

https://github.com/mollstam/vault-plugin-secrets-cloudflare-access

This might be of interest. Doesn't seem to be very actively used, but with a little work might satisfy the requirements.