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:
parent
df5f6ffc17
commit
c7074a41ca
1 changed files with 1 additions and 35 deletions
36
README.md
36
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)
|
||||
|
||||
<!-- /TOC -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue