web: fix outpost edit/delete buttons

This commit is contained in:
Jens Langhammer
2021-02-12 11:56:14 +01:00
parent f33369bf0c
commit a07d7456c8
2 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
---
title: Next release
---
## Headline Changes
- Simplify role-based access
Instead of having to create a Group Membership policy for every group you want to use, you can now select a Group and even a User directly in a binding.
When a group is selected, the binding behaves the same as if a Group Membership policy exists.
When a user is selected, the binding checks the user of the request, and denies the request when the user doesn't match.