Skip to content

Commit

Permalink
Revert "Adding Apigee for ext_authz, minor fix in the default ext_aut…
Browse files Browse the repository at this point in the history
…hz docs (#18796)"

This reverts commit 132c1ea.
  • Loading branch information
boruszak authored Sep 18, 2023
1 parent 132c1ea commit fb7197f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 218 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -57,26 +57,24 @@ EnvoyExtensions = [
<CodeBlockConfig filename="api-auth-service-defaults.json">

```json
{
"Kind": "service-defaults",
"Name": "api",
"EnvoyExtensions": [{
"Name": "builtin/ext-authz",
"Arguments": {
"ProxyType": "connect-proxy",
"Config": {
"GrpcService": {
"Target": {
"Service": {
"Name": "authz"
}
"Kind": "service-defaults",
"Name": "api",
"EnvoyExtensions": [{
"Name": "builtin/ext-authz",
"Arguments": {
"ProxyType": "connect-proxy",
"Config": {
"GrpcService": {
"Target": {
"Service": {
"Name": "authz"
}
}
}
}
}
]
}
}
]
```

</CodeBlockConfig>
Expand Down
4 changes: 0 additions & 4 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -503,10 +503,6 @@
{
"title": "Usage",
"routes": [
{
"title": "Delegate authorization to Apigee",
"path": "connect/proxies/envoy-extensions/usage/apigee-ext-authz"
},
{
"title": "Delegate authorization to external services",
"path": "connect/proxies/envoy-extensions/usage/ext-authz"
Expand Down

0 comments on commit fb7197f

Please sign in to comment.