(
"pid file": "/var/run/vault-agent.pid",
"auto auth": (
"method": (
"aws": (
"config": (
"header value": "foo",
"role": "bar",
"type": "iam"
)
)
),
"sink": (
"file": (
"config": (
"path": "/path/to/vault-token"
)
)
)
),
"vault": (
"address": "https://foo:8200"
)
)
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/2b2e9b6a-5c61-4383-bffa-df9317009b86%40googlegroups.com.
"auto_auth": { "method": [ { "config": { "role_id_file_path": "/etc/vault/role_id", "secret_id_file_path": "/etc/vault/role_secret" }, "type": "approle" } ], "sinks": [ { "sink": { "config": { "path": "/tmp/whatever.token" }, "type": "file" } } ]}--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/d1278f83-1d0c-4f53-9707-3586a7b79cd9%40googlegroups.com.