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
As an admin,
I don't want existing config of users to be accidentally used when running proctor. Currently, CLI has config with keys EMAIL_ID and ACCESS_TOKEN. Since these are common keys, user might have them set as ENV vars.
When proctor runs, it might pick preset config without user's knowledge.
In order to avoid such behavior, we can namespace config under PROCTOR_. Example: PROCTOR_EMAIL_ID and PROCTOR_ACCESS_TOKEN
The text was updated successfully, but these errors were encountered:
olttwa
changed the title
Namespace config of CLI under PROCTOR_
Namespace config of CLI under proctor
Nov 14, 2018
As an admin,
I don't want existing config of users to be accidentally used when running proctor. Currently, CLI has config with keys
EMAIL_ID
andACCESS_TOKEN
. Since these are common keys, user might have them set as ENV vars.When proctor runs, it might pick preset config without user's knowledge.
In order to avoid such behavior, we can namespace config under
PROCTOR_
. Example:PROCTOR_EMAIL_ID
andPROCTOR_ACCESS_TOKEN
The text was updated successfully, but these errors were encountered: