open-consul/.changelog/12787.txt
Dan Upton 769d1d6e8e
ConnectCA.Sign gRPC Endpoint (#12787)
Introduces a gRPC endpoint for signing Connect leaf certificates. It's also
the first of the public gRPC endpoints to perform leader-forwarding, so
establishes the pattern of forwarding over the multiplexed internal RPC port.
2022-04-14 14:26:14 +01:00

4 lines
95 B
Plaintext

```release-note:feature
ca: Leaf certificates can now be obtained via the gRPC API: `Sign`
```