I’ve got everything running locally, love the technology and the cleanliness of everything by the way - love it.
But now I’m trying to connect my Fork of the UI to Temporal Cloud. Do you know if that’s possible?
For example, I can see the UI hits the following in a local environment:
- GET /api/temporal/api/v1/settings?
- GET /api/temporal/api/v1/namespaces?
- GET /api/temporal/api/v1/cluster-info?
- GET /api/temporal/api/v1/system-info?
- GET /api/temporal/api/v1/namespaces/default/search-attributes?
- GET /api/temporal/api/v1/namespaces/default/workflow-count?query=GROUP+BY+ExecutionStatus
- GET /api/temporal/api/v1/namespaces/default/workflows?query=
Can these same requests be made to Temporal Cloud so then it can function the same?
Is it a matter of doing these certificates? I couldn’t really clearly determine how it’d work at first glance.