Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update ext-authz documentation for kubernetes #18281

Merged
merged 1 commit into from
Jul 26, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@ EnvoyExtensions = [
<CodeBlockConfig filename="api-auth-service-defaults">

```yaml
apiVersion: consul.hashicorp.com/v1alpha1
kind: ServiceDefaults
name: api
envoyExtensions:
metadata:
name: api
namespace: default
spec:
envoyExtensions:
- name: builtin/ext-authz
arguments:
proxyType: connect-proxy
Expand All @@ -94,6 +98,7 @@ envoyExtensions:
target:
service:
name: authz
namespace: authz
```
</CodeBlockConfig>
</Tab>
Expand Down Expand Up @@ -140,7 +145,7 @@ $ consul config write api-auth-service-defaults.json
<Tab heading="Kubernetes" group="kubernetes">

```shell-session
$ kubectl apply api-auth-service-defaults.yaml
$ kubectl apply -f api-auth-service-defaults.yaml
```

</Tab>
Expand Down
Loading