9 lines
230 B
Go
9 lines
230 B
Go
|
/*
|
||
|
Package agent implements a daemon mode of Vault designed to provide helper
|
||
|
features like auto-auth, caching, and templating.
|
||
|
|
||
|
Agent has it's own configuration stanza and operates as a proxy to a Vault
|
||
|
service.
|
||
|
*/
|
||
|
package agent
|