-
I would like to ask for a new feature: pluggable storage. Similarly to what Vault already has:
- https://github.com/hashicorp/vault/tree/master/plugins/database
- https://github.com/hashicorp/vault/…
-
### Nomad version
Nomad v0.7.0
### Operating system and Environment details
Ubuntu 16.04
consul 0.9.2/0.9.3
### Issue
Nodes won't GC old jobs:
```
root@ip-10-30-1-43:/etc/nomad.d# noma…
-
**Describe the bug**
Looks like the Vault agent doesn’t respect the number of retries.
I also tried setting the `VAULT_MAX_RETRIES` ENV variable.
**To Reproduce**
Steps to reproduce the …
-
### Nomad version
```
Nomad v0.12.5 (ec7bf9de21bfe3623ff04b009f26aaf488bae2b1+CHANGES)
```
### Operating system and Environment details
See this project's own [Vagrantfile](https://github.com/h…
-
### Nomad version
Nomad v1.2.2 (78b8c171a211f967a8b297a88a7e844b3543f2b0)
### Operating system and Environment details
Nomad runs on Ubuntu 20.04LTS, installed with consul 1.10.4 on instances…
mnuic updated
2 years ago
-
While debugging https://github.com/hashicorp/nomad/issues/14768 for a Nomad user, I discovered the new `user`/`group` fields cause CT to re-render unexpectedly without a content update.
My full rep…
-
values.yaml
use_existing_fdb: true
fdb_cluster_file: clusterdsc:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx@10.1.0.1:4500,10.1.0.2:4500,10.1.0.3:4500
```
kubectl get pods -n xxxx |grep byconity
…
-
### Configuration
vault-agent.hcl
```hcl
vault {
address = "https://vault.example.com:8200"
client_key = "client.key"
client_cert = "client.pem"
}
auto_auth {
method "cert" {
…
-
I'm building DC (aka Availability Zone) fault-tolerant setup with fabio, consul and ECS on AWS. I'm using active-active setup with separate consul cluster (3 nodes each) per DC.
In this setup I have…
-
### Consul Template version
consul-template v0.25.1 (b11fa800)
### Configuration
```hcl
consul {
address = "192.168.122.1:8500"
}
template {
source = "/tmp/test.ctmpl"
destination = …