mirror of
https://github.com/gogrlx/nats-server.git
synced 2026-04-17 11:24:44 -07:00
Updates for operator based configurations.
Added update to parse and load operator JWTs. Changed to add in signing keys from operator JWT to list of trusted keys. Added URL account resolver. Added account claim updates by system messages. Signed-off-by: Derek Collison <derek@nats.io>
This commit is contained in:
@@ -34,8 +34,8 @@ const (
|
||||
var (
|
||||
// gitCommit injected at build
|
||||
gitCommit string
|
||||
// trustedNkeys is a whitespace separated array of trusted operator's public nkeys.
|
||||
trustedNkeys string
|
||||
// trustedKeys is a whitespace separated array of trusted operator's public nkeys.
|
||||
trustedKeys string
|
||||
)
|
||||
|
||||
const (
|
||||
|
||||
Reference in New Issue
Block a user