mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-17 12:07:02 +02:00
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
|