Skip to content

Commit bf9fd10

Browse files
authored
Update 007-authorizer.md
Signed-off-by: Keith Wall <[email protected]>
1 parent b9bd217 commit bf9fd10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/007-authorizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The Authorizer filter gives the ability to add authorisation checks into a Kafka
88

99
It is possible for a filter to implement its own business rules, enforcing authorization in some custom manner. However,
1010
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.
11+
best practice is to separate their enforcement from business logic.
1212

1313
## Motivation
1414

0 commit comments

Comments
 (0)