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
fix(credential-groups): stop requiring a human subject on workflow ops (#7275)
A Slack-triggered run's subject is the external Slack user, and a schedule or
public-API run has no subject at all. list_groups, list_people, and send_invite
demanded a Sim user, so every unattended run got "Credential Group user access
required" — including reads that need no actor. Authority for an actorless
caller comes from the deployment the workspace layer already checks.
Invitations no longer name an inviter when there is no person to name, rather
than borrowing the run's actor and claiming someone invited when they did not.
0 commit comments