PaloAltoNetworks / a3s

Auth As A Service
Apache License 2.0
8 stars 5 forks source link

new: if nats url is empty, start an embeded mtls nats server #77

Closed primalmotion closed 1 year ago

primalmotion commented 1 year ago

If nats url is empty, start an embded nats server that will use MTLS. This server will listen only on 127.0.0.1 and will require unobtainable in memory auto generated certificates (ie, nothing else can connect). This is to make development easier by not requiring a nats installation.