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
If the admin creates a new session with custom owner-access-key, the session goes into an unusable state (disabled app launcher, etc.) in the perspective of the designated owner..
Initial code investigation reveals that there is a mismatch of owner_access_key (manually set) and UserScope (automatically set from the user who made the API request). We need to resolve UserScope from owner_access_key if owner_access_key is manually set before calling AgentRegistry.create_session() in the manager’s API handlers.
The text was updated successfully, but these errors were encountered:
If the admin creates a new session with custom owner-access-key, the session goes into an unusable state (disabled app launcher, etc.) in the perspective of the designated owner..
Initial code investigation reveals that there is a mismatch of
owner_access_key
(manually set) andUserScope
(automatically set from the user who made the API request). We need to resolveUserScope
fromowner_access_key
ifowner_access_key
is manually set before callingAgentRegistry.create_session()
in the manager’s API handlers.The text was updated successfully, but these errors were encountered: