open-consul/.changelog/16259.txt
John Eikenberry 95288615fa
add provider ca support for approle auth-method
Adds support for the approle auth-method. Only handles using the approle
role/secret to auth and it doesn't support the agent's extra management
configuration options (wrap and delete after read) as they are not
required as part of the auth (ie. they are vault agent things).
2023-03-03 19:29:53 +00:00

4 lines
125 B
Plaintext

```release-note:improvement
ca: support Vault agent auto-auth config for Vault CA provider using AppRole authentication.
```