dokku / dokku-rabbitmq

a rabbitmq plugin for dokku
MIT License
50 stars 19 forks source link

fix: refactor how services are filtered #94

Closed josegonzalez closed 2 years ago

josegonzalez commented 2 years ago

The previous method did not include the service type in the user-auth-service hook, which meant it was kinda guess/check as to whether a datastore was filtered correctly for the service in question.

Additionally, we now handle newlines correctly, ensuring that when there is filtering, we treat each datastore as a distinct one.