33 lines
754 B
Plaintext
33 lines
754 B
Plaintext
|
{
|
||
|
"name": "envoy.filters.network.rbac",
|
||
|
"typedConfig": {
|
||
|
"@type": "type.googleapis.com/envoy.extensions.filters.network.rbac.v3.RBAC",
|
||
|
"rules": {
|
||
|
"action": "DENY",
|
||
|
"policies": {
|
||
|
"consul-intentions-layer4": {
|
||
|
"permissions": [
|
||
|
{
|
||
|
"any": true
|
||
|
}
|
||
|
],
|
||
|
"principals": [
|
||
|
{
|
||
|
"authenticated": {
|
||
|
"principalName": {
|
||
|
"safeRegex": {
|
||
|
"googleRe2": {
|
||
|
|
||
|
},
|
||
|
"regex": "^spiffe://[^/]+/ns/default/dc/[^/]+/svc/web$"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"statPrefix": "connect_authz"
|
||
|
}
|
||
|
}
|