Skip to content
Closed
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 @@ -198,7 +198,6 @@ authentication:
methods:
jwt:
enabled: true
# Configure your JWKS endpoint
jwks:
url: "https://your-idp.com/.well-known/jwks.json"
```
Expand Down Expand Up @@ -271,7 +270,6 @@ authentication:
methods:
kubernetes:
enabled: true
# Path where Kubernetes mounts the service account token
service_account_token_path: /var/run/secrets/kubernetes.io/serviceaccount/token
```

Expand Down
Loading