βοΈThe divorce of targets and agents
17 August 2023
zli v. 6.30.2
zli v. 6.30.2
New
zli agent
. In an effort to create more clarity between thebzero
agent and targets, thezli
now has a command that allows administrators to manage their organization's agents. As a refresher, the BastionZero agent,bzero
, enables multi-root zero trust access to your infrastructure. It is supported on Linux, Windows, and Kubernetes systems. A target is the resource that your users (and you) need access to; this could be anSSH
,RDP
,Kubernetes
,AWS RDS
, or other kind of target. This new command comes with a few subcommands and aliases:zli agent list
: list all agents in an organization (admin only)zli agent restart {agent}
: restart an agent (admin only)zli list-agents
: similar to ourlist-targets
command, this command is the equivalent ofzli agent list
and will list all agents (admin only)zli la
: alias to list all agents (admin only)
Enhancements
zli list-targets
. This command now exclusively returns targets (SSH
,RDP
,Kubernetes
,AWS RDS
, etc.) rather than the former mix of targets and agents. Usezli agents
to view BastionZero agentszli logout
andzli disconnect
.Logout
anddisconnect
have been polished to report only errors if they are encountered during logout or disconnect; otherwise, a success message is shown
Fixes
Windows paths for SSH. Resolved an issue with Windows support where paths used for SSH capabilities were not Windows-native
Web app & backend
New
zli agent
. This release of the backend contains the necessary changes to support the introduction of theagent
command in thezli
Enhancements
Admin-view for targets API. The targets API supports an admin-specific view of an organization's targets, which is a comprehensive list of all targets within that organization
Edit environment name. Environment name can be modifiable after creation. Note that the name must still be unique within an organization
For questions or to provide feedback on how we can improve our updates, reach out to product@bastionzero.com.
Last updated