# Functions
New creates a new remote.vault component.
# Variables
DefaultArguments holds default settings for Arguments.
DefaultAuthAppRole provides default settings for AuthAppRole.
DefaultAuthAWS provides default settings for AuthAWS.
DefaultAuthAzure provides default settings for AuthAzure.
DefaultAuthGCP provides default settings for AuthGCP.
DefaultAuthKubernetes provides default settings for AuthKubernetes.
DefaultAuthLDAP provides default settings for AuthLDAP.
DefaultAuthUserPass provides default settings for AuthUserPass.
# Structs
Arguments configures remote.vault.
AuthAppRole authenticates against Vault with AppRole.
AuthArguments defines a single authenticationstring type in a remote.vault component instance.
AuthAWS authenticates against Vault with AWS.
AuthAzure authenticates against Vault with Azure.
AuthCustom provides a custom authentication method.
AuthGCP authenticates against Vault with GCP.
AuthKubernetes authenticates against Vault with Kubernetes.
AuthLDAP authenticates against Vault with LDAP.
AuthToken authenticates against Vault with a token.
AuthUserPass authenticates against Vault with a username and password.
ClientOptions sets extra options on the Client.
Component implements the remote.vault component.
Exports is the values exported by remote.vault.