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
Support was recently added to the otdfctl CLI tool to store authentication credentials (client creds or an access token from the PKCE auth code flow) in a profile on Mac OS/Windows.
We should support Linux as well.
Acceptance Criteria
Global config supports definition of a writable directory on the file system
CLI can fully CRUD profiles from that file system location instead of the keyring
e2e tests prove the behavior in CI and detect future regressions
The text was updated successfully, but these errors were encountered:
Background
Support was recently added to the
otdfctl
CLI tool to store authentication credentials (client creds or an access token from the PKCE auth code flow) in a profile on Mac OS/Windows.We should support Linux as well.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: