- π¬π§United Kingdom mcdruid π¬π§πͺπΊ
Sorry to add little more than a +1 but this is definitely a problem; I've seen a variety of secrets of varying degrees of sensitivity end up in public repos as a result of being stored in config that ends up being exported and committed.
API keys for things like the recaptcha module are a frequent flyer; linking an issue about that which was closed some time ago but remains valid IMHO.
- πΊπΈUnited States DamienMcKenna NH, USA
encrypted storage variables data API.
(adding more keywords to make this more findable)
I agree that this would be incredibly useful. Accidently committing keys is a concern, and developers with less experience are more likely to assume that the default is secure, when it's not.
- πΊπΈUnited States pwolanin
There are interesting ideas from symfony about what to support. Their style of key rotation doesn't seem great for us where values are likely in the database an prod rotation happens only on the live site.