5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-07 07:06:56 +00:00

chore: update to fix formatting

This commit is contained in:
Michel Hiemstra 2025-10-09 14:50:05 +02:00
parent df5f6ffc17
commit c7074a41ca

View file

@ -25,54 +25,20 @@ is not meant to modify Vaults state.
- [Userpass](#userpass) - [Userpass](#userpass)
- [Ldap](#ldap) - [Ldap](#ldap)
- [Other Auth Methods](#other-auth-methods) - [Other Auth Methods](#other-auth-methods)
- [Custom Path Name](#custom-path-name) - [Custom Path](#custom-path-name)
- [Key Syntax](#key-syntax) - [Key Syntax](#key-syntax)
- [Simple Key](#simple-key) - [Simple Key](#simple-key)
- [Set Output Variable Name](#set-output-variable-name) - [Set Output Variable Name](#set-output-variable-name)
- [Multiple Secrets](#multiple-secrets) - [Multiple Secrets](#multiple-secrets)
- [KV secrets engine version 2](#kv-secrets-engine-version-2) - [KV secrets engine version 2](#kv-secrets-engine-version-2)
- [PKI Certificate Requests](#pki-certificate-requests)
- [Other Secret Engines](#other-secret-engines) - [Other Secret Engines](#other-secret-engines)
- [Adding Extra Headers](#adding-extra-headers) - [Adding Extra Headers](#adding-extra-headers)
- [HashiCorp Cloud Platform or Vault Enterprise](#hashicorp-cloud-platform-or-vault-enterprise) - [HashiCorp Cloud Platform or Vault Enterprise](#hashicorp-cloud-platform-or-vault-enterprise)
- [Namespace](#namespace) - [Namespace](#namespace)
- [Reference](#reference) - [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) - [Masking - Hiding Secrets from Logs](#masking---hiding-secrets-from-logs)
- [Normalization](#normalization) - [Normalization](#normalization)
- [Contributing](#contributing) - [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)
<!-- /TOC --> <!-- /TOC -->