mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
1b413b0444
Extend Consul’s intentions model to allow for request-based access control enforcement for HTTP-like protocols in addition to the existing connection-based enforcement for unspecified protocols (e.g. tcp).
8 lines
130 B
Plaintext
8 lines
130 B
Plaintext
{
|
|
"name": "envoy.filters.network.rbac",
|
|
"config": {
|
|
"rules": {
|
|
},
|
|
"stat_prefix": "connect_authz"
|
|
}
|
|
} |