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
Is your feature request related to a problem? Please describe.
The proxy key config setting is currently not environment aware, while this is generally not needed as the key will be the same across all environments it does mean if you want to store the proxyKey value as an environment variable, it will be output in the project config as plain text.
For best practice all keys should not be directly committed to source control and instead use environment variables for security in the event of a code leak or breach.
Currently the proxyKey will be output in plain text.
Describe the solution you'd like
The proxyKey config value to be environment aware so the value can be stored as:
Is your feature request related to a problem? Please describe.
The proxy key config setting is currently not environment aware, while this is generally not needed as the key will be the same across all environments it does mean if you want to store the proxyKey value as an environment variable, it will be output in the project config as plain text.
For best practice all keys should not be directly committed to source control and instead use environment variables for security in the event of a code leak or breach.
Currently the proxyKey will be output in plain text.
Describe the solution you'd like
The proxyKey config value to be environment aware so the value can be stored as:
Currently to use an environment variable, the value needs to be parsed first, which then outputs in clear text within project config.
The text was updated successfully, but these errors were encountered: