You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to be able to automatically enroll identities. This would reduce friction when deploying ziti-edge-tunnel via configuration management. For example, a new flag -I to match the run command's:
ziti-edge-tunnel enroll -I /path/to/identities
The statement above could be used in the ExecStartPre section of the systemd service file if made idempotent.
Additionally, it would simply service unit startup procedure if ziti-edge-tunnel supported a configuration file:
It would be useful to be able to automatically enroll identities. This would reduce friction when deploying ziti-edge-tunnel via configuration management. For example, a new flag -I to match the
run
command's:ziti-edge-tunnel enroll -I /path/to/identities
The statement above could be used in the
ExecStartPre
section of the systemd service file if made idempotent.Additionally, it would simply service unit startup procedure if ziti-edge-tunnel supported a configuration file:
By default, ziti-edge-tunnel could read
/opt/ziti/etc/ziti-edge-tunnel.yaml
or from a new cli flag (-c) that accepts a path.
The text was updated successfully, but these errors were encountered: