-
Hi All-
Strange issue I recently ran into with Vault (v0.4.0) and Consul (v0.5.2). System had been up and running for a solid month (save for the downtime to upgrade to 0.4.0), until today, with no …
-
Running consul i tried to backup local directory where vault keeps its data. After moving to a new consul vault wants to initiate a new database in consul and not use the one i "imported". It would be…
pr0xr updated
8 years ago
-
We can support special meta-dc's that have special meanings. Examples:
- 'global' - Do a lookup across all DCs
- 'any' - Returns results from first DC to respond
armon updated
8 years ago
-
I'm using consul template to provide haproxy config file which load balance a set of thrift services. The configuration file for consul-template is:
```
template {
source = "/var/template/haproxy.c…
-
Relates to #145
```
Type "help", "copyright", "credits" or "license" for more information.
>>> from plumbum.cmd import cat, head
>>> from plumbum import FG
>>> (cat['/dev/urndom'] | head['-c', '10']…
-
We're interested in using vault for encrypting a reasonable number of small payloads with the transit backend. One concern we have is that running a HA/standby setup seems to force you to store all en…
-
Support the APIs defined for Consul within Vault:
https://www.vaultproject.io/docs/secrets/consul/index.html
Provide optional integration through package (https://www.npmjs.com/package/consul) to ena…
-
According to the current documentation on the [Consul secret backend](https://vaultproject.io/docs/secrets/consul/index.html), roles created in Consul can only have an ACL policy/rule set specified. A…
-
![tags-alt](https://cloud.githubusercontent.com/assets/3323703/11621054/3eb9941c-9cb0-11e5-8119-150e0a0648c0.png)
![tags](https://cloud.githubusercontent.com/assets/3323703/11621055/3edf45fe-9cb0-11e…
-
Trying to build a new blank `yesod-postgres` project on a fresh Ubuntu install, but it fails.
## Steps to reproduce
```
sudo apt-get update
sudo apt-get install -y build-essential curl
curl h…
jezen updated
7 years ago