Skip to content

Commit

Permalink
fix(kong): do not validate Konnect credentials in KIC's webhook (#1186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek authored Dec 3, 2024
1 parent e9be00f commit 73ed470
Show file tree
Hide file tree
Showing 26 changed files with 457 additions and 312 deletions.
10 changes: 9 additions & 1 deletion charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

## Unreleased
## 2.44.0

### Fixes

* Added admission webhook `objectSelector` for:
* `secrets.credentials.validation.ingress-controller.konghq.com`
* and `secrets.plugins.validation.ingress-controller.konghq.com`
to not validate Konnect (`konnect`) credentials in `Secret`s which are reconciled by KGO.
[#1078](https://github.com/Kong/charts/pull/1078)

## 2.43.0

Expand Down
2 changes: 1 addition & 1 deletion charts/kong/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ maintainers:
name: kong
sources:
- https://github.com/Kong/charts/tree/main/charts/kong
version: 2.43.0
version: 2.44.0
appVersion: "3.7"
dependencies:
- name: postgresql
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 24 additions & 16 deletions charts/kong/ci/__snapshots__/admission-webhook-configuration.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 73ed470

Please sign in to comment.