You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are times when you want(as an example) to fetch the password from an external security storage facility like AWS param store.
In such a case fetching the param and adding it to the config file is a hustle.
However if the config file was a normal python file, then;
What:
- replace naz json config file with a python file.
Why:
- It makes the code for naz to handle config files much easier
- it can also be much easier for app developers to do some things.
- Fixes: #104
the current config file is a json file like;
There are times when you want(as an example) to fetch the
password
from an external security storage facility like AWS param store.In such a case fetching the param and adding it to the config file is a hustle.
However if the config file was a normal python file, then;
The text was updated successfully, but these errors were encountered: