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

Moved rate-limiting-merged plugin registration from hard-coded to values.yaml #3

Merged
merged 1 commit into from
Feb 20, 2025
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
2 changes: 1 addition & 1 deletion templates/_kong.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ false
{{ $enabledPlugins = printf "%s,%s" $enabledPlugins "cequence-ai-unified" }}
{{- end }}
- name: KONG_PLUGINS
value: bundled,jwt-keycloak,rate-limiting-merged{{ $enabledPlugins }}
value: bundled,jwt-keycloak{{ $enabledPlugins }}
- name: KONG_LUA_PACKAGE_PATH
value: "/opt/?.lua;;"
{{- end -}}
Expand Down
3 changes: 2 additions & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,8 @@ setupJobs:
#containerSecurityContext: {}

plugins:
enabled: []
enabled:
- rate-limiting-merged

acl:
pluginId: bc823d55-83b5-4184-b03f-ce63cd3b75c7
Expand Down