You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).