Skip to content

Commit

Permalink
fix(docs): OPA allow-permission-management-operations config name
Browse files Browse the repository at this point in the history
  • Loading branch information
c-thiel authored Dec 15, 2024
1 parent edc72f2 commit b3dd38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/sphinx/security/opa-access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ The following table lists the configuration properties for the OPA access contro
* - `opa.log-responses`
- Configure if OPA response details, including URI, status code, headers and
the entire body, are logged. Defaults to `false`.
* - `opa.allow-permission-management`
* - `opa.allow-permission-management-operations`
- Configure if permission management operations are allowed. Find more details in
[](opa-permission-management). Defaults to `false`.
* - `opa.http-client.*`
Expand All @@ -89,7 +89,7 @@ Note that enabling these options produces very large amounts of log data.
### Permission management

The following operations are allowed or denied based on the setting of
`opa.allow-permission-management` If set to `true`, these operations are
`opa.allow-permission-management-operations` If set to `true`, these operations are
allowed. If set to `false`, they are denied. In both cases, no request is sent
to OPA.

Expand Down

0 comments on commit b3dd38b

Please sign in to comment.