mirror of
https://github.com/minio/minio.git
synced 2025-11-09 13:39:46 -05:00
feat: support nats nkey seed auth (#21231)
This commit is contained in:
@@ -462,6 +462,10 @@ func SetNotifyNATS(s config.Config, natsName string, cfg target.NATSArgs) error
|
||||
Key: target.NATSToken,
|
||||
Value: cfg.Token,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.NATSNKeySeed,
|
||||
Value: cfg.NKeySeed,
|
||||
},
|
||||
config.KV{
|
||||
Key: target.NATSCertAuthority,
|
||||
Value: cfg.CertAuthority,
|
||||
|
||||
Reference in New Issue
Block a user