Skip to content

Commit

Permalink
Update auth methods in README.md (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathisve authored Dec 1, 2023
1 parent df38067 commit 3e1a5a0
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,16 @@ path "kvv2/data/*" {
EOF
```

To access Vault the operator can choose between the **[Token Auth Method](https://www.vaultproject.io/docs/auth/token.html)** or the **[Kubernetes Auth Method](https://www.vaultproject.io/docs/auth/kubernetes.html)**. In the next sections you found the instructions to setup Vault for the two authentication methods.
To access Vault, the operator can choose between:
- **[Token Auth Method](https://www.vaultproject.io/docs/auth/token.html)**
- **[Kubernetes Auth Method](https://www.vaultproject.io/docs/auth/kubernetes.html)**
- **[AppRole Auth Method](https://www.vaultproject.io/docs/auth/approle.html)**
- **[Username & Password Auth Method](https://www.vaultproject.io/docs/auth/userpass.html)**
- **[AWS Auth Method](https://www.vaultproject.io/docs/auth/aws.html)**
- **[Azure Auth Method](https://www.vaultproject.io/docs/auth/azure.html)**
- **[GCP Auth Method](https://www.vaultproject.io/docs/auth/gcp.html)**

In the next sections you can find the instructions to setup Vault for the authentication methods.

#### Token Auth Method

Expand Down

0 comments on commit 3e1a5a0

Please sign in to comment.