Skip to content

v0.6.0

Compare
Choose a tag to compare
@hc-github-team-wg-packagespec hc-github-team-wg-packagespec released this 09 Sep 11:08
7746916

0.6.0 (2021/09/03)

New and Improved

  • ui: Reflect user authorized actions in the UI: users now see only actionable
    items for which they have permissions granted.
  • ui: Icons refreshed for a friendlier look and feel.

Bug Fixes

  • controller: Fix issue with recursive listing across services when using the
    unauthenticated user (u_anon) with no token and the list was started in a
    scope where the user does not have permission
    (PR)
  • grants: Fix grant format type=<type>;output_fields=<fields> with no action
    specified. In some code paths this format would trigger an error when
    validating even though it is correctly handled within the ACL code.
    (PR)
  • targets: Fix panic when using boundary targets authorize-session
    (issue,
    PR).