Skip to content

Commit

Permalink
NO-JIRA clarify doc on security-setting with FQQN
Browse files Browse the repository at this point in the history
  • Loading branch information
jbertram committed Jan 14, 2022
1 parent 1ddfa06 commit 9ae1806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-manual/en/security.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ address with multiple queues:

You may want to limit consumption from `q1` to one role and consumption from
`q2` to another role. You can do this using the fully qualified queue name (i.e.
fqqn") in the `match` of the `security-setting`, e.g.:
FQQN) in the `match` of the `security-setting`, e.g.:

```xml
<security-setting match="foo::q1">
Expand All @@ -176,6 +176,8 @@ fqqn") in the `match` of the `security-setting`, e.g.:
<permission type="consume" roles="q2Role"/>
</security-setting>
```
**Note:** Wildcard matching doesn't work in conjuction with FQQN. The explicit
goal of using FQQN here is to be *exact*.

## Security Setting Plugin

Expand Down

0 comments on commit 9ae1806

Please sign in to comment.