arobson / rabbot

Deprecated: Please see https://github.com/Foo-Foo-MQ/foo-foo-mq
MIT License
276 stars 129 forks source link

added the option to pass in credential settings #135

Closed schubter closed 4 years ago

schubter commented 6 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()
...
coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.01%) to 88.968% when pulling 22b852a7ff6abe712c468d3bf9f9e390611629fa on schubter:credentials into 80b63c08bdb32d04fd36502f24180e0c8e8f69ee on arobson:master.