openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.82k stars 159 forks source link

change create router default to isTunnelerEnabled=True #1852

Closed qrkourier closed 7 months ago

qrkourier commented 7 months ago

I often document or mention that a router must be created with isTunnelerEnabled=True to function in the way users typically expect.

Let's make this the default for ziti edge create router.

I'll send PR(s) to toggle the default based on the discussion on this issue.

dovholuknf commented 7 months ago

At this time, we'll be leaving it as is to make this a very explicit choice by the user to enable tunneling mode

qrkourier commented 7 months ago

What's the downside if the ER/T is opt-out? Seems more surprising that a router silently fails to function when a tunnel binding is configured and isTunnelerEnabled=false in the mgmt API.