I’m trying to build a template to automate the configuring of Vault Docker containers, and I’m trying to get a handle on what can be configured through a .hcl file and what cannot.
storage, listener, api, cluster addresses and ui enabling is what makes up my .hcl at the moment, but I would like to do other things like enable secrets engines, auth engines, policies, and roles, among other things.
None of those other things are mentioned at Server Configuration | Vault | HashiCorp Developer so I assume the only way to provision that is to do so via API?