Can vault useTemplates?

Hello,

I am finishing a POC to implement vault at my company.
Is it possible use a template to create the fields of a new key secret?

Thanks

There is not enough context in this question to understand what you mean by “new key secret”.

Hello, When creating a new secret I want to use a template with default fields to this secret.

No, the web UI does not provide any templating functionality.

Thanks mr @maxb .

Is there any interface (CLI) or Enterprise which allows it?

No, there is no built-in interface that allows for this. You would have to build your own interface that communicated with the Vault API, to have that kind of workflow.

1 Like

Can contraints help you ?

1 Like

hello @Joffrey

I guess it would fit my needs. I will test and update here later.

Thanks a lot.