dokku / dokku-mariadb

a mariadb plugin for dokku
MIT License
73 stars 26 forks source link

fix: refactor how services are filtered #105

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.