Comment 10 for bug 1883242

Revision history for this message
Corey Bryant (corey.bryant) wrote : Re: consolidated etcd backend for Vault HA

Could we add config options as an alternative to adding an initialize action? In other words this would be very similar to what Felipe mentioned above except that the config options explicitly specify what backend to use.

storage-backend:
  type: string
  default: mysql
  description: could be "etcd", "mysql", "raft"

ha-storage-backend
  type: string
  default: etcd
  description: could be "etcd", "mysql", "raft"