armada icon indicating copy to clipboard operation
armada copied to clipboard

Armadactl doesn't cache OIDC tokens

Open dimm0 opened this issue 3 months ago • 1 comments

Describe the bug

When uisng OIDC for the armada client, the browser is opened on every request.

Expected behavior

Armada client caches the token on first request and re-uses one. If refresh token is available, should also try refreshing the token when current access token is about to expire.

Actual behavior

The client does OIDC authorization on every client run.

dimm0 avatar Sep 30 '25 17:09 dimm0

LGTM in the pull request

dimm0 avatar Oct 08 '25 00:10 dimm0