{ "name": "envoy.filters.network.rbac", "config": { "rules": { "policies": { "consul-intentions": { "permissions": [ { "any": true } ], "principals": [ { "authenticated": { "principal_name": { "safe_regex": { "google_re2": { }, "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$" } } } }, { "authenticated": { "principal_name": { "safe_regex": { "google_re2": { }, "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/cron$" } } } }, { "and_ids": { "ids": [ { "authenticated": { "principal_name": { "safe_regex": { "google_re2": { }, "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/[^/]+$" } } } }, { "not_id": { "authenticated": { "principal_name": { "safe_regex": { "google_re2": { }, "regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/unsafe$" } } } } } ] } } ] } } }, "stat_prefix": "connect_authz" } }