Release 0.25.10
What's New
- Edge
- N/A
- Fabric
- N/A
- Ziti CLI
- CLI support for enrollments/authenticators/re-enrollment
- Fix prox-c download
- ziti-fabric cleanup
- SDK Golang
- N/A
Ziti CLI
CLI support for enrollments/authenticators/re-enrollment
The CLI has been augmented to support the following commands:
ziti edge list authenticators- to generically list existing authenticatorsziti edge list enrollments- to generically list existing enrollmentsziti edge delete enrollment <id>- to generically delete existing enrollmentsziti edge delete authenticator <id>- to generically delete existing authenticatorziti edge create enrollment ott ...- to create a new one-time-token enrollment for an existing identityziti edge create enrollment ottca ...- to create a new one-time-token enrollment for an existing identity for a 3rd party CA issued certificateziti edge create enrollment updb ...- to create a new updb (username/password) enrollment for an existing identity
These commands, specifically the enrollment related ones, can be used to re-enroll existing identities. See the 0.25.9 changeFor all arguments and options, please see their CLI related -h.
Also note that the ziti edge delete authenticator updb command has been supplanted by ziti edge delete authenticator <authenticator id>
Fix prox-c download
The prox-c releases on GitHub now include the architecture in the download URL.
ziti install ziti-prox-c has been updated to take this into account.
ziti-fabric cleanup
Ziti CLI install/upgrade/remove commands related to ziti-fabric have been
removed since ziti-fabric was deprecated and is not being published anymore.