-
Would it be possible to implement something akin to versioned secrets? The intended usage would be for replacing secrets with new ones.
Example:
```
Service X password -> Store password into Vault.…
-
Hi ,
We are installing vault and consul with version on **Centos 6**. Installation is working fine if we install on a fresh VM. it is generating no keys . It should generate 5 unseal keys and root …
ghost updated
7 years ago
-
I'm using dockerized consul agents and servers, version 0.8.1, and I'm also using terraform to manage the infrastructure
Whenever I'm relaunching (destory+create) a machine, or simply reboot it, th…
-
### Consul Template version
0.18.3
### Configuration
```hcl
template {
source = "/opt/ctmpl/sensu/metrics_kafka_lag.json.ctmpl"
destination = "/etc/sensu/conf.d/checks/metrics_kafka_lag.…
-
### Consul Template version
consul-template v0.18.5 (9902dd5)
### Configuration
```hcl
...
"consul": {
"address": "consul:8600",
"ssl": {
"ca_cert" : "/opt/inst/dev/ssl…
-
When performing `consul snapshot restore backup.xx` KV pairs are NOT restored.
### `consul version` for both Client and Server
Client: `Consul v0.8.1`
Server: `Consul v0.8.1`
### `consul inf…
-
Hi, I was wondering if there's any way to easily export the KVPs from one consul deployment and import it into another one?
The scenario for this is, for example, when you have a big KVP store in your…
-
version: 0.7.3
after the cluster starting up, it keeps printing the below line, never stops.
==> Caught signal: broken pipe
==> Caught signal: broken pipe
==> Caught signal: broken pipe
==> C…
-
Hi guys,
I need some assistance...
I'm trying to backup/restore my consul KV store via consul-cli and facing the following problem.
First, I "backup" the current KV store with consul-cli kv r…
-
### Consul Template version
0.18.2
### Configuration
```hcl
consul {
address = "consul.service.consul:8500"
retry {
enabled = true
attempts = 5
backoff = "250ms"
…