From f658cdece3c65822e9b5eec0528381e2507d5b9c Mon Sep 17 00:00:00 2001 From: Gabriele Baldoni Date: Mon, 21 Oct 2024 11:51:33 +0000 Subject: [PATCH] Update content/blog/2024-10-21-zenoh-firesong.md Co-authored-by: oteffahi <70609372+oteffahi@users.noreply.github.com> --- content/blog/2024-10-21-zenoh-firesong.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/blog/2024-10-21-zenoh-firesong.md b/content/blog/2024-10-21-zenoh-firesong.md index 009847ca..4bfa8549 100644 --- a/content/blog/2024-10-21-zenoh-firesong.md +++ b/content/blog/2024-10-21-zenoh-firesong.md @@ -781,7 +781,7 @@ Writer side filtering can be reactivated for publications on some key expression ## Access Control For Zenoh 1.0.0, we are happy to share that we have added support for TLS and user/password authentication methods as means to identify access control subjects, as relying solely on interface names to identify subjects quickly reaches its limits. -This addition introduced the need for a way to describe subjects as combinations of multiple attributes of different types (interface, certificate, common name and/or username). +This addition introduced the need for a way to describe subjects as combinations of multiple attributes of different types (interface, certificate common name, and/or username). We have addressed this need by reworking the ACL configuration format, making it modular by isolating the `rules` from the `subjects`. This allows the combination of subject attributes, while also avoiding the need to duplicate subject or rule configurations by adding the `policies` list.