We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bd217 commit bf9fd10Copy full SHA for bf9fd10
proposals/007-authorizer.md
@@ -8,7 +8,7 @@ The Authorizer filter gives the ability to add authorisation checks into a Kafka
8
9
It is possible for a filter to implement its own business rules, enforcing authorization in some custom manner. However,
10
that approach does not have good separation of concerns. Authorization checks are an orthogonal concern, and security
11
-best practice is to separates them from business logic.
+best practice is to separate their enforcement from business logic.
12
13
## Motivation
14
0 commit comments