open-consul/.changelog/16266.txt
John Eikenberry a75800a988
add provider ca support for jwt file base auth
Adds support for a jwt token in a file. Simply reads the file and sends
the read in jwt along to the vault login.

It also supports a legacy mode with the jwt string being passed
directly. In which case the path is made optional.
2023-03-02 20:33:06 +00:00

4 lines
121 B
Plaintext

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