We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when a user executes ziti-edge-tunnel with a single parameter to enroll nothing seems to happen.
enroll
steps to reproduce: issue: ./ziti-edge-tunnel enroll <some jwt>
./ziti-edge-tunnel enroll <some jwt>
observation: nothing happens. no error, no output. also "./ziti-edge-tunnel enroll -j " does not tell me i need "-i" for output
expectation: a helpful error indicating i have not supplied the proper arguments to enroll
The text was updated successfully, but these errors were encountered:
I reproduced this problem today with 0.17.16 with this command. There was no output at all, but the error exit code was 255.
$ ./ziti-edge-tunnel_0.17.16 enroll -k bootstrap.key -c bootstrap.crt -j registration.jwt -n "acme-device-1234"
Sorry, something went wrong.
dovholuknf
No branches or pull requests
when a user executes ziti-edge-tunnel with a single parameter to
enroll
nothing seems to happen.steps to reproduce:
issue:
./ziti-edge-tunnel enroll <some jwt>
observation:
nothing happens. no error, no output. also "./ziti-edge-tunnel enroll -j " does not tell me i need "-i" for output
expectation:
a helpful error indicating i have not supplied the proper arguments to
enroll
The text was updated successfully, but these errors were encountered: