feat: implement TLS cert-to-user mapping via X500 DN matching
This commit is contained in:
@@ -367,6 +367,7 @@ public sealed class NatsClient : IDisposable
|
||||
{
|
||||
Opts = ClientOpts,
|
||||
Nonce = _nonce ?? [],
|
||||
ClientCertificate = TlsState?.PeerCert,
|
||||
};
|
||||
|
||||
var result = _authService.Authenticate(context);
|
||||
|
||||
Reference in New Issue
Block a user