Skip to content

Commit

Permalink
fix(kong): don't populate KONG_ADMIN_GUI_SESSION_CONF only on OIDC (#…
Browse files Browse the repository at this point in the history
…1093)

Co-authored-by: Travis Raines <[email protected]>
  • Loading branch information
czeslavo and rainest authored Jun 18, 2024
1 parent 4d444b9 commit a5ad17a
Show file tree
Hide file tree
Showing 27 changed files with 1,138 additions and 253 deletions.
9 changes: 9 additions & 0 deletions charts/kong/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@

Nothing yet.

## 2.39.3

### Fixed

* `KONG_ADMIN_GUI_SESSION_CONF` is not populated only when `enterprise.rbac.admin_gui_auth`
is set to `openid-connect`. The default value of `enterprise.rbac.session_conf_secret` is
restored to `kong-session-config` to avoid breaking changes.
[#1093](https://github.com/Kong/charts/pull/1093)

## 2.39.2

### Fixed
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.39.2
version: 2.39.3
appVersion: "3.6"
dependencies:
- name: postgresql
Expand Down

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

28 changes: 14 additions & 14 deletions charts/kong/ci/__snapshots__/custom-entities-rbac-3.2-values.snap

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

28 changes: 14 additions & 14 deletions charts/kong/ci/__snapshots__/custom-labels-values.snap

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

Loading

0 comments on commit a5ad17a

Please sign in to comment.