Skip to content

v0.11.1

Choose a tag to compare

@saimeda32 saimeda32 released this 17 Jul 23:55

Changed

  • 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.