2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 06:44:41 +00:00
John Eikenberry 4211069080
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.
```