From be39daaf31e95d94e5d1375bdc3152ed883c65b3 Mon Sep 17 00:00:00 2001 From: dervoeti Date: Tue, 7 Apr 2026 13:19:47 +0200 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9947c359..e96c93ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +### Added + +- Support setting `clientAuthenticationMethod` for OIDC authentication. The value is passed through to the Flask-AppBuilder config as `token_endpoint_auth_method` ([#765]). + ### Changed - Document Helm deployed RBAC permissions and remove unnecessary permissions ([#767]). @@ -10,8 +14,9 @@ - Do not use immutable Secret objects for internal secrets. Migrate existing secrets to mutable versions ([#770]). -- [#767]: https://github.com/stackabletech/airflow-operator/pull/767 -- [#770]: https://github.com/stackabletech/airflow-operator/pull/770 +[#765]: https://github.com/stackabletech/airflow-operator/pull/765 +[#767]: https://github.com/stackabletech/airflow-operator/pull/767 +[#770]: https://github.com/stackabletech/airflow-operator/pull/770 ## [26.3.0] - 2026-03-16