Skip to content

Commit

Permalink
fix(kong): handle admin openid-connect correctly for Kong < 3.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo committed Jul 9, 2024
1 parent 34ff032 commit acf4430
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 2 deletions.
9 changes: 8 additions & 1 deletion charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Changelog

## Unreleased
## 2.40.0

### Changes
* Added support for ServiceMonitor relabelings allowing labels manipulation before scraping.
[#1095](https://github.com/Kong/charts/pull/1095)

### Fixed
* Populate `KONG_ADMIN_GUI_SESSION_CONF` even if `enterprise.rbac.admin_gui_auth` is set to `openid-connect`
for Kong versions < 3.6.0.
[#1101](https://github.com/Kong/charts/pull/1101)

## 2.39.3

Expand Down
Loading

0 comments on commit acf4430

Please sign in to comment.