-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clarity on Agent Access Token Scope #1413
Comments
One more I have interest in is if an agent token can enable a process to write to the stdout of a job -- for example, it's not clear to me if log streaming is effectively locked to an existing TCP socket, and if there's any reconnection logic |
Hi @abhishekmukherg I took a look at this, and dug a bit further.
Does this answer you question? I'll update and consolidate the docs so that this is all easier to find in the meantime. |
Hi! I think that answers the majority of my questions. Just a couple clarifying ones though that I think the docs could benefit from clarity on:
Thanks! |
hi there @abhishekmukherg! i can answer some of your questions.
yep. the way the agent does this is that it calls the
i believe so, yes. agents can be long-running, so they might get launched to service one pipeline, but might pick up work for another after the first one is done, so they need access to all pipelines/jobs. feel free to correct me if i'm wrong here though @plaindocs! i'm pretty new 😅
also yes. job log streaming happens on the |
Hey! I was hoping to get some clarity on Scope of Access. In the doc, it describes that an agent access token can be used to register an agent to a queue. What else can it (or the session token) do? Can it
Thanks!
The text was updated successfully, but these errors were encountered: