|
|
|
|
@ -22,6 +22,8 @@ Canonical reference for changes, improvements, and bugfixes for Boundary.
|
|
|
|
|
* server: When running single-server mode and `controllers` is not specified in
|
|
|
|
|
the `worker` block, use `public_cluster_addr` if given
|
|
|
|
|
([PR](https://github.com/hashicorp/boundary/pull/904))
|
|
|
|
|
* server: Add `read` action to default scope grant
|
|
|
|
|
([PR](https://github.com/hashicorp/boundary/pull/913))
|
|
|
|
|
|
|
|
|
|
### Bug Fixes
|
|
|
|
|
|
|
|
|
|
@ -45,6 +47,10 @@ database migrate` command.
|
|
|
|
|
|
|
|
|
|
* controller/worker: Require names to be all lowercase. This removes ambiguity
|
|
|
|
|
or accidental mismatching when using upcoming filtering features.
|
|
|
|
|
* api/cli: Due to visibility changes on collection listing, a list
|
|
|
|
|
will not include any resources if the user only has `list` as an authorized action.
|
|
|
|
|
As a result `scope list`, which is used by the UI to populate the login scope dropdown,
|
|
|
|
|
will be empty if the role granting the `u_anon` user `list` privileges is not updated to also contain a `read` action
|
|
|
|
|
|
|
|
|
|
### New and Improved
|
|
|
|
|
|
|
|
|
|
|