Skip to content

Commit

Permalink
Merge pull request #420 from mm-govau/security-roles-in-dls
Browse files Browse the repository at this point in the history
Documentation for security roles to be used for DLS parameter substit…
Naarcha-AWS authored May 25, 2022

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 767fdf1 + fac8b96 commit 146a01c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _security-plugin/access-control/document-level-security.md
Original file line number Diff line number Diff line change
@@ -85,7 +85,8 @@ This table lists substitutions.
Term | Replaced with
:--- | :---
`${user.name}` | Username.
`${user.roles}` | A comma-separated, quoted list of user roles.
`${user.roles}` | A comma-separated, quoted list of user backend roles.
`${user.securityRoles}` | A comma-separated, quoted list of user security roles.
`${attr.<TYPE>.<NAME>}` | An attribute with name `<NAME>` defined for a user. `<TYPE>` is `internal`, `jwt`, `proxy` or `ldap`


0 comments on commit 146a01c

Please sign in to comment.