en-us/about_SecretManagement.Hashicorp.Vault.KV.Extension.Help.txt
TOPIC about_SecretManagement.Hashicorp.Vault.KV.Extension SHORT DESCRIPTION Guide for using the Hashicorp Vault KV SecretManagement extension LONG DESCRIPTION REGISTRATION PARAMETERS When registering a vault in SecretManagement there are several options you may provide: VaultServer - The base URL to the Vault instance (example: https://something.org:8200) VaultAuthType - The type of auth you will use to retrieve a token VaultToken - The Vault Token you are using. This must be input as ConvertFrom-SecureString output. VaultAPIVersion - Defaults to v1 KVVersion - Defaults to v2 Supported Authentication Types Hashicorp supports multiple ways of authenticating to retrieve a token. This extension currently only supports the following: AppRole LDAP UserPass Token KEYWORDS SecretManagement HashiCorp Secret Vault SEEALSO https://www.vaultproject.io/docs/secrets/kv |