https://github.com/dhellmann/confd-experiment
https://github.com/dhellmann/confd-experiment
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhellmann/confd-experiment
- Owner: dhellmann
- Created: 2017-06-07T15:24:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T15:31:58.000Z (about 9 years ago)
- Last Synced: 2025-10-09T17:32:19.037Z (8 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
Awesome Lists containing this project
README
Start etcd in one shell session with:
$ ./etcd-v3.1.8-linux-amd64/etcd
In another shell session, set up some keys:
$ ./etcd-v3.1.8-linux-amd64/etcdctl set /keystone/DEFAULT/admin_token very_secret_from_etcd
In the same session, run confd:
$ ./confd -prefix=/keystone -confdir=$PWD -onetime -backend etcd -node http://127.0.0.1:2379
Look at the output file:
$ cat /tmp/myconfig.conf