-
Notifications
You must be signed in to change notification settings - Fork 94
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
CLI via Hub/proxy and/or UIS #5235
Comments
going via the UIS:
We man need a general Had to |
Yep, but of an oversight there, we could do with the ability to configure the comms method for non-job comms anyway (e.g. if the scheduler host's Cylc ports are not open) |
Long awaited, and relates to:
#2123
#3005
#3528
#4742
The hub started UIS negotiates an API authentication token that can be used via the hub proxy or directly with the UIS, and in the absence of the hub (
cylc gui
) the UIS generates it's own token.The scheduler currently has two comms methods
tcp
andssh
, and now that the client has been abstracted somewhat (#4742), we could add anhttp
option/client that picks up the API token. All the CLI GraphQL queries/mutations should work as is.Tasks:
cylc-uiserver
(Make API info available - CLI via Hub/proxy and/or UIS cylc-uiserver#396)cylc-flow
(Add CLI http comms method #5267)Sample
(from the UIS task)
The text was updated successfully, but these errors were encountered: