website/docs: add group hierarchy docs
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
9ae69866bd
commit
84e126a32c
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: Group
|
||||
---
|
||||
|
||||
## Hierarchy
|
||||
|
||||
Groups can be children of another group. Members of children groups are effective members of the parent group.
|
||||
|
||||
When you bind a group to an application or flow, any members of any child group of the selected group will have access.
|
||||
|
||||
## Attributes
|
||||
|
||||
Attributes of groups are recursively merged, for all groups the user is a *direct* member of.
|
|
@ -30,6 +30,7 @@ Some applications can be configured to create new users using header information
|
|||
underneath `additionalHeaders`:
|
||||
|
||||
#### Example:
|
||||
|
||||
```
|
||||
additionalHeaders:
|
||||
REMOTE-USER: joe.smith
|
||||
|
|
|
@ -12,7 +12,8 @@ module.exports = {
|
|||
type: "category",
|
||||
label: "Users & Groups",
|
||||
items: [
|
||||
"user-group/user"
|
||||
"user-group/user",
|
||||
"user-group/group",
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Reference in New Issue