12 lines
300 B
Go
12 lines
300 B
Go
// Copyright (c) HashiCorp, Inc.
|
|
// SPDX-License-Identifier: MPL-2.0
|
|
|
|
/*
|
|
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
|