-
Notifications
You must be signed in to change notification settings - Fork 29
Description
Hi Ziti Team,
I am currently developing my own client application using this golang sdk. After successfully enrolling an identity and creating a ziti.Context with the identity JSON, I encountered a challenge.
While I am able to retrieve the list of services using ztx.GetServices(), the service details only include the config IDs(like the image below). However, I need to access the full intercept configuration.
Based on the OpenZiti documentation, I see that the Management API can be used to retrieve config content. However, my application is designed to function similarly to the desktop-edge-win role, meaning I can only utilize the Client API.
Could you please advise if there is a way to retrieve the intercept configs directly via the Client API? Or is there another recommended approach for achieving this in a client-side application?
Thank you for your guidance!
