Closed schubter closed 4 years ago
allows for using a different authentication mechanic like EXTERNAL for certificate only authentication without username/password
const settings = { connection: { ... certPath: "secrets/client.pem", keyPath: "secrets/client.key", credentials: amqp.credentials.external() ...
Coverage increased (+0.01%) to 88.968% when pulling 22b852a7ff6abe712c468d3bf9f9e390611629fa on schubter:credentials into 80b63c08bdb32d04fd36502f24180e0c8e8f69ee on arobson:master.
allows for using a different authentication mechanic like EXTERNAL for certificate only authentication without username/password