-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed as not planned
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.MQThis issue is part of a "milestone of quality" initiative.This issue is part of a "milestone of quality" initiative.
Milestone
Description
Output tokens from test-sources.json need to be stored securely so we can remember them across sessions. We're opting to use this instead of environment variables, since changing environment variables requires restarting IDEs like VS (which spawns many child processes, most of which don't respond to broadcast messages asking them to update their environment variables).
- On Windows, we'll use DPAPI to encrypt files under %AppData%\azuresdk.
- On linux and MacOS, we'll chmod 700 ~/.local/azuresdk.
On both systems, the subdirectory will be a hash of the repo root (case-sensitive on linux/MacOS; tolower'd in Windows).
Metadata
Metadata
Assignees
Labels
ClientThis issue is related to a non-management packageThis issue is related to a non-management packageEngSysThis issue is impacting the engineering system.This issue is impacting the engineering system.MQThis issue is part of a "milestone of quality" initiative.This issue is part of a "milestone of quality" initiative.