-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add publisher delete and queryable reply messages to ACL (#1259)
* Expose reply key_expr to interceptors * Add reply message to ACL logic and config * Update DEFAULT_CONFIG * Update ACL get/queryable tests, add reply tests * Improve reply matching * Specify all existing message types in ACL interceptor matching * Add reply to authentication qbl tests configs * Add delete message to ACL logic and config * Add delete message to DEFAULT_CONFIG, format messages * Add delete message to ACL pub/sub tests * Fix clippy errors * Reorder message matching * Revert "Expose reply key_expr to interceptors", use wire_expr for ACL filtering of reply messages This reverts commit 3a78d5d. * Revert key_expr parsing change to reply ingress Ingress reply messages are not affected by the unimplemented key_expr in routing/dispatcher/queries.rs
- Loading branch information
Showing
6 changed files
with
372 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.