Add support for loading application settings from 1Password #22
Labels
✨ feature
New feature or request
🧁 needs baking
Requires more time for consideration or development before further action
💅 nice to have
Desirable enhancements that are not critical to the project
Would expanding the scope of this project to allow setting application settings in a project's
settings.py
by reading from 1Password be worth the time to build?This is obviously beyond the small use case I initially wrote this for, but I just had this thought and need to capture it so I don't forget.
For our applications I use a combination of an
.env.prod
file with a list of production runtime settings that each contain anop://
URI reference with a single step in deployment using theop inject
command to dynamically load them. Would be nice to do away with that and just rely on some sort of functionality built in to a library.The text was updated successfully, but these errors were encountered: