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
impl: store last used URL in Toolbox Settings Store (#200)
Context: Toolbox can store key/value pairs in two places:
- a settings store which is backed by a clear text json file per each
plugin
- native keystore for sensitive data
At the same time some of Coder's clients (ex: Netflix) would like to
deploy at scale preconfigured settings for Toolbox. Most of the needed
settings are part of json backed store except the last used URL.
This PR reworks the code around the last used URL/token and moves the
URL in the json backed store, making it easy to configure. At the same
time we still support the pair stored in the native keystore for
backward compatibility reasons.
0 commit comments