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
Describe the bug
When I open Tapis CLI and try to refresh tokens, I get Failed to load Tapis API client. Run 'tapis auth init [--interactive]' to resolve this.
To Reproduce
Steps to reproduce the behavior:
~$ docker run --rm -it -v ${PWD}:/work -v ${HOME}/.agave:/root/.agave tacc/tapis-cli:latest bash
🐮 tapis-cli:1.0.0@9af46da3deb3# tapis auth show
+---------------+--------------------------------+
| Field | Value |
+---------------+--------------------------------+
| tenant_id | designsafe |
| username | username |
| api_key | key |
| access_token | token |
| expires_at | Tue Aug 25 18:29:38 2020 |
| refresh_token | refresh |
+---------------+--------------------------------+
🐮 tapis-cli:1.0.0@9af46da3deb3# tapis auth tokens refresh
Failed to load Tapis API client. Run 'tapis auth init [--interactive]' to resolve this.
Expected behavior
I expect a new access and refresh token pair
Desktop:
OS: Ubuntu 18.04
Versions 1.0.0 and 1.0.3
The text was updated successfully, but these errors were encountered:
Describe the bug
When I open Tapis CLI and try to refresh tokens, I get
Failed to load Tapis API client. Run 'tapis auth init [--interactive]' to resolve this
.To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect a new access and refresh token pair
Desktop:
The text was updated successfully, but these errors were encountered: