Update changelog

pull/2350/head
Jeff Mitchell 4 years ago
parent a6d9c228aa
commit 3debee13f9

@ -6,11 +6,19 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
### New and Improved
* `boundary connect` Credential Brokering Integration: we have extended
integration into the `boundary connect` helpers. When using the `ssh` helper
if the brokered credentials contain a `ssh_private_key` type the command will
automatically pass the credentials to the `ssh` process
([PR](https://github.com/hashicorp/boundary/pull/2267)).
* `ssh` Target Type With Credential Injection (HCP Boundary only): Boundary has
gained a new `ssh` target type. Using this type, username/password or SSH
private key credentials can be sourced from `vault` credential libraries or
`static` credentials and injected into the SSH session between a client and
end host. This allows users to securely SSH to remote hosts while never being
in possession of a valid credential for that target host.
* SSH Private Key Credentials: There is now an `ssh_private_key` credential type
that allows submitting a username/private key (and optional passphrase) to
Boundary for use with credential injection or brokering workflows.
* `boundary connect ssh` Credential Brokering Enhancements: we have extended
support into the `boundary connect ssh` helper for brokered credentials of
`ssh_private_key` type; the command will automatically pass the credentials to
the `ssh` process ([PR](https://github.com/hashicorp/boundary/pull/2267)).
* `boundary authenticate`, `boundary accounts`: Enables use of `env://` and
`file://` syntax to specify location of a password
([PR](https://github.com/hashicorp/boundary/pull/2325))

Loading…
Cancel
Save