LogoLogo
DocsMain SiteStart Now
  • 2024
    • πŸ’ΏJIT access for passwordless databases
    • πŸ€–Docker Hub updates
    • 🌱Updates for Kubernetes API
    • 🌷Some spring sprucing
    • 🌁Multiple replica support for Kubernetes agent
    • πŸ“¨Include your issue directly in your zli send-logs command
    • πŸ€–Update to agent shutdown procedures
    • β˜‚οΈTable refresh
    • 🎿A small fix
    • 🌁Minor adjustments
    • πŸ”Introducing OpenPubkey SSH
  • 2023
    • 🧹End of year cleanup
    • πŸŒ„Use environments as proxy targets
    • πŸ‚Configurable MFA duration
    • 🍁Customize agent log levels
    • 🍏Connect to all Kubernetes targets in a single command
    • 🐝Sorting, grouping, and range search for `zli lt` and `zli la`
    • β˜€οΈThe divorce of targets and agents
    • β›΅Small fix for connecting to Kubernetes targets
    • 🌴Connect to Kubernetes targets without specifying a target group
    • πŸ—ΊοΈConnection improvements
    • ⛱️Google SSO users
    • πŸ”¨Kubernetes updates pt. 2
    • 🧰Kubernetes updates pt. 1
    • πŸͺŸSupport for Windows
    • πŸ•οΈA couple fixes
    • 🌻Changes to bzero's agent types
    • ☁️Passwordless access to GCP Cloud SQL
    • πŸ—οΈAuthenticate using Keycloak
    • πŸ‘ΎBastionZero's Terraform Provider is live
    • 🐦MFA setup enhancements
    • 🌷Access Linux targets with IdP username as target user
    • πŸ€Fixed Kube connection stability
    • ❄️Use Github Actions to grant just-in-time access
    • πŸ’ŒImproved ZLI error messaging
    • πŸ”‘SplitCert with databases is ready to demo
    • 🎿Authenticate using OneLogin
  • 2022
    • β˜ƒοΈGlobal MFA is enabled by default for new orgs
    • πŸ€–Headless authentication with service accounts
    • πŸ‚Secure your targets using the onboarding tool
    • 😎Need help? Send us your logs from the ZLI
    • ⏱️QuickStart installs the bzero agent
    • 🍁Some autumn housekeeping
    • πŸŽ‰Tab completion in the ZLI
    • πŸ“©Laying the foundation
    • βš’οΈRestart a bzero agent from the ZLI
    • πŸ“„Improved SSH config file management
    • πŸ’ΎConnect to multiple database targets
    • βš™οΈCreate policies from the ZLI
    • πŸ”₯Govern file transfers with policy
    • πŸ’‘Enhanced filtering with the ZLI
Powered by GitBook
On this page
  • zli v. 6.27.4
  • New
  • Enhancements
  • Fixes
  • bzero v. 8.0.3
  • New
  • Enhancements
  • Fixes
  • Web app & backend
  • New
  • Enhancements
  • Fixes

Was this helpful?

  1. 2023

Connection improvements

1 August 2023

zli v. 6.27.4

New

  • Connection failover. With this zli release, connections to targets can failover safely in the event of an outage in a particular AWS region. If an outage should occur, you should not experience any disruption to your connections. In order to take advantage of this new capability, you must be running a minimum of zli v. 6.27.0 and bzero v. 8.0.0

Enhancements

  • Microsoft SQL Server. Connecting to a SQL Server target with the Windows zli will open SQL Server Management Studio if installed

  • Windows RDP. Connecting to an RDP target with the Windows zli will launch the Remote Desktop Connection application (mstsc) unless the noAppStart flag is specified

  • Color theme. To support Powershell users, the zli's font colors have been modified to be friendly to all users regardless of which OS they are running

Fixes

  • Invalid and incorrect commands. Resolved issue with invalid and incorrect commands not returning any message; now returns an error message and in cases where no arguments are provided, the help menu

  • Connect to RDP targets on Windows zli. Resolved issue when running the zli on Powershell that prevented the user from seeing the port number to connect to an RDP target (due to the color of the message the zli printed)

  • Debug daemon issues. Kubernetes, DB, and web daemons can be started in the foreground with the --debug flag, which allows additional information to be surfaced for more accurate troubleshooting

  • Web daemon and query parameters. Resolved an issue with the web daemon when handling query parameters

bzero v. 8.0.3

New

  • Connection failover. With this bzero release, connections to targets can failover safely in the event of an outage in a particular AWS region. If an outage should occur, you should not experience any disruption to your connections. In order to take advantage of this new capability, you must be running a minimum of zli v. 6.27.0 and bzero v. 8.0.0

Enhancements

  • send-logs for Kubernetes agents. bzero v. 8.0.3 enables zli send-logs to send both the previous and current container logs to assist in troubleshooting for Kubernetes agents

Fixes

  • nodeSelector in Helm chart. Resolved inability to use nodeSelector as a value in the Helm chart due to spacing error. As a reminder, Helm does not automatically update the Helm chart when there are changes. To consume this fix, run helm repo update bastionzero to update to the latest chart version.

  • [Released 19 July 2023] RBAC and port forwarding. Resolved an issue seen in clusters that caused the agent to crash due to a user attempting to start a port forwarding session to a pod but only having get and not create RBAC permissions

Web app & backend

New

  • Connection failover. This backend release contains the changes necessary to support connection failover. In order to take advantage of this new capability, you must be running a minimum of zli v. 6.27.0 and bzero v. 8.0.0

Enhancements

  • send-logs for Kubernetes agents. This backend release contains the changes necessary to support zli send-logs for Kubernetes agents including previous and current container logs

Fixes

  • Agent healthcheck. Resolved an issue where an agent can be in contact with a connection node but still be marked as offline

  • Target status error message. When trying to connect to a target by target-name, target-name.environment, or target-name.environment-id that is offline, BastionZero now returns an error message that a target by that name was found but is unable to be connected to because it is offline

  • Powershell autodiscovery script. Resolved a typo in the Powershell autodiscovery script

PreviousConnect to Kubernetes targets without specifying a target groupNextGoogle SSO users

Last updated 1 year ago

Was this helpful?

Targets API. Improved the so all targets coming from Target Connect policies are based on what the associated agent type supports. ConnectionState can be used to query for targets by a specific connection state; if no parameter is provided, defaults to ConnectionState.Open

For questions or to provide feedback on how we can improve our updates, reach out to .

πŸ—ΊοΈ
targets API
product@bastionzero.com