diff --git a/README.md b/README.md index ca9f9e8..4acf426 100644 --- a/README.md +++ b/README.md @@ -25,54 +25,20 @@ is not meant to modify Vault’s state. - [Userpass](#userpass) - [Ldap](#ldap) - [Other Auth Methods](#other-auth-methods) - - [Custom Path Name](#custom-path-name) + - [Custom Path](#custom-path-name) - [Key Syntax](#key-syntax) - [Simple Key](#simple-key) - [Set Output Variable Name](#set-output-variable-name) - [Multiple Secrets](#multiple-secrets) - [KV secrets engine version 2](#kv-secrets-engine-version-2) - - [PKI Certificate Requests](#pki-certificate-requests) - [Other Secret Engines](#other-secret-engines) - [Adding Extra Headers](#adding-extra-headers) - [HashiCorp Cloud Platform or Vault Enterprise](#hashicorp-cloud-platform-or-vault-enterprise) - [Namespace](#namespace) - [Reference](#reference) - - [`url`](#url) - - [`secrets`](#secrets) - - [`namespace`](#namespace-1) - - [`method`](#method) - - [`role`](#role) - - [`path`](#path) - - [`token`](#token-1) - - [`roleId`](#roleid) - - [`secretId`](#secretid) - - [`githubToken`](#githubtoken) - - [`jwtPrivateKey`](#jwtprivatekey) - - [`jwtKeyPassword`](#jwtkeypassword) - - [`jwtGithubAudience`](#jwtgithubaudience) - - [`jwtTtl`](#jwtttl) - - [`kubernetesTokenPath`](#kubernetestokenpath) - - [`username`](#username) - - [`password`](#password) - - [`authPayload`](#authpayload) - - [`extraHeaders`](#extraheaders) - - [`http2`](#http2) - - [`exportEnv`](#exportenv) - - [`exportToken`](#exporttoken) - - [`outputToken`](#outputtoken) - - [`caCertificate`](#cacertificate) - - [`clientCertificate`](#clientcertificate) - - [`clientKey`](#clientkey) - - [`tlsSkipVerify`](#tlsskipverify) - - [`ignoreNotFound`](#ignorenotfound) - [Masking - Hiding Secrets from Logs](#masking---hiding-secrets-from-logs) - [Normalization](#normalization) - [Contributing](#contributing) - - [Build](#build) - - [Vault test instance](#vault-test-instance) - - [Running unit tests](#running-unit-tests) - - [Running acceptance tests](#running-acceptance-tests) - - [Running the action locally](#running-the-action-locally)