Vault is a tool for securely accessing secrets. In this guide we'll be standing up development instances of Vault and Consul to illustrate features such as;
- Dynamic secret generation
- LDAP authentication
- Policy based authorization
| $ docker run -it --rm -p 24224:24224 -p 24224:24224/udp -p 8888:8888 -v $PWD/fluent.conf.test:/fluentd/etc/fluent.conf -e FLUENTD_CONF=fluent.conf igm-fluentd 112ms Wed 23 May 2018 11:10:08 AM EDT | |
| 2018-05-23 15:10:35 +0000 [info]: reading config file path="/fluentd/etc/fluent.conf" | |
| 2018-05-23 15:10:35 +0000 [info]: starting fluentd-0.12.43 | |
| 2018-05-23 15:10:35 +0000 [info]: gem 'fluent-plugin-splunk-http-eventcollector' version '0.3.0' | |
| 2018-05-23 15:10:35 +0000 [info]: gem 'fluentd' version '0.12.43' | |
| 2018-05-23 15:10:35 +0000 [info]: adding match pattern="**" type="copy" | |
| 2018-05-23 15:10:36 +0000 [info]: adding source type="http" | |
| 2018-05-23 15:10:36 +0000 [info]: using configuration file: <ROOT> | |
| <source> | |
| @type http |