-
Notifications
You must be signed in to change notification settings - Fork 16
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
Unable to access service: service xxx has no terminators for instanceId xxx #508
Comments
Hi @theheckwr . Thanks for the report. This could be a policy issue. If you run |
If the policy check doesn't turn up anything, could you also please share your service configurations, and show a list of terminators at the time the dial fails? |
Thanks for the info! I was hoping to see the actual service configuration (json), e.g. via
Feel free to sanitize the content to your liking. I'm mostly interested in the dialOptions.identity value from the intercept.v1, and the listenOptions.identity value from the host.v1. Thanks! |
This helps! tl;dr:I think you want to remove the cursory explanation that you are welcome to ignoreThe If you use "hard-coded" values in these fields then they won't be much help. But you can use variable references in these fields.
|
Given the displayed hosting config has no "listenOptions" set - it seems like it's a sure thing that really what @theheckwr wants is to remove that "identity" from dialOptions. :) And - we found a bug in the android tunneler ! |
Android bug filed openziti/ziti-sdk-android#2 |
Huge thanks to you both! |
If you have a flow in the zac that would have helped you or made more sense - and want to file an enhancement request over at https://github.com/openziti/ziti-console that'd be much appreciated. tell us how we could have made it better/easier :) glad you're sorted! |
Using the compiled ziti-edge-tunnel binary on Manjaro to connect to a service leads to a connection error and logging the following lines:
However the same service is accessible using the Android tunneler app.
Some additional info:
I can see terminators getting created in the ZAC when I update the services.
But the issue on the client tunneler's side still persists.
The text was updated successfully, but these errors were encountered: