You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both the Consul and Vault (and later Elasticsearch, etc..) storage backends can receive additional configuration options currently not exposed via the CLI. The API comfortably exposes those options.
Creating a command which will allow to initialize each specific storage will make configuring the storage easier:
Both the Consul and Vault (and later Elasticsearch, etc..) storage backends can receive additional configuration options currently not exposed via the CLI. The API comfortably exposes those options.
Creating a command which will allow to initialize each specific storage will make configuring the storage easier:
An alternative could be to allow the user to pass any set of kwargs to the init command like so:
The text was updated successfully, but these errors were encountered: