Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions charts/stelloauth/templates/httproute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ spec:
- backendRefs:
- name: {{ include "stelloauth.fullname" . }}
port: {{ .Values.service.port }}
{{- if .Values.httpRoute.filters }}
filters:
{{- toYaml .Values.httpRoute.filters | nindent 8 }}
{{- end }}
{{- end }}
9 changes: 9 additions & 0 deletions charts/stelloauth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ httpRoute:
# namespace: nginx-gateway
hostnames: []
# - stelloauth.example.com
# Optional list of additional filters to inject into the HTTPRoute rule.
# Useful for implementation-specific features, e.g. an NGF SnippetsFilter
# for IP allowlisting or an ExtAuth filter for external authentication.
filters: []
# - type: ExtensionRef
# extensionRef:
# group: gateway.nginx.org
# kind: SnippetsFilter
# name: stelloauth-ip-allowlist

resources: {}

Expand Down