-
-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Is there an existing issue for this?
- I have searched the existing issues
Is your feature request related to a problem?
I was looking into adding authentication to our memcached instance (even though it is in a closed network), it shows up in pen test scans as an issue. Authentication for memcached is handled through SASL, I'm a bit new to this myself, and I'm wondering if it's worth providing the ability to use SASL authentication in ddev-memcached. At the very least, it could provide some convenience where the same configuration code gets used between ddev and remote environments, and we use dotenv to inject credentials in each, instead of writing code like if (ddev) {... to conditionally include these lines. At best, it would more accurately recreate conditions in live environments that use authentication for memcached.
Describe your solution
Some clear documentation on how SASL-based authentication support can be added in ddev-memcached would be awesome.
Describe alternatives
No response
Additional context
No response