Skip to content
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

Support auto-enrollment and configuration file for ziti-edge-tunnel #269

Open
sabedevops opened this issue Jan 10, 2022 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@sabedevops
Copy link
Contributor

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:

IdentityFile: /path/to/id.json
IdentitiesDir: /path/to/identities
AutoEnrollTokens: true
UseMultipleIdentities: true  

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.

@dovholuknf dovholuknf added the enhancement New feature or request label Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants