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
credential-process no longer attempts an interactive login. It is machine-facing (the AWS SDK invokes it headless), so it must never open a browser. When credentials are needed mid-task, grantry refreshes the SSO token silently using the stored refresh token and mints fresh role credentials with no interaction, which is what keeps a running agent's access working. Only when the refresh token itself has expired does it fail, cleanly, asking you to run grantry login. The 0.11.0 auto-login (for a human at a terminal) still covers ls, run, switch, console, populate, graph, init, and admin.