- Issue created by @nicrodgers
- πΊπΈUnited States greggles Denver, Colorado, USA
Is this module and service actively being maintained?
- πΊπΈUnited States Cellar Door
We've notified all active customers that the service is going EOL on the 30th of November, and new registrations have been turned off.
Once the 30th arrives the module will move into unsupported status.
- πΊπΈUnited States greggles Denver, Colorado, USA
@cellar door - thanks for that update. Are there replacements you recommend?
- π¬π§United Kingdom jonnyhocks
Hey @greggles, just something to maybe start you off but we're currently exploring migrating over to AWS Secrets Manager β
Seemed a good place to start given there was module support and nothing we'd have to build completely custom.
- πΊπΈUnited States Cellar Door
Apologies for the slow replies - didn't see the notification on your comment Greg!
AWS Secrets Manager is a good option for some, but it all really depends on your hosting environment. Pantheon has a platform secrets setup that will work well for anyone on Pantheon, Platform.sh can run Hashicorp's Vault as a service in your cluster so that is a good and open source option if you're on Platform.sh.
If you're on anything AWS managed (Acquia etc.) you can look into AWS secrets manager and ideally use the already built in authentication from services within the cluster to retrieve the values, otherwise you can use the AWS Secrets Manager plugin as an option as well.