Skip to content

Commit 4acfec9

Browse files
authored
fix: Construction of OIDC endpoint when rootPath has a trailing slash (#656)
* let operator-rs generate oidc discovery url * add changelog entry * bump operator-rs to 0.82.0 and patch version to rev without SA changes * add unit test for oidc config * amend changelog entry * rename errors
1 parent 3b284f4 commit 4acfec9

File tree

7 files changed

+501
-172
lines changed

7 files changed

+501
-172
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All notable changes to this project will be documented in this file.
2424

2525
- BREAKING: The fields `connection` and `host` on `S3Connection` as well as `bucketName` on `S3Bucket`are now mandatory ([#632]).
2626
- Failing to parse one `DruidCluster`/`AuthenticationClass` should no longer cause the whole operator to stop functioning ([#638]).
27+
- Fix OIDC endpoint construction in case the `rootPath` does have a trailing slash ([#656]).
2728

2829
### Removed
2930

@@ -37,6 +38,7 @@ All notable changes to this project will be documented in this file.
3738
[#632]: https://github.com/stackabletech/druid-operator/pull/632
3839
[#637]: https://github.com/stackabletech/druid-operator/pull/637
3940
[#638]: https://github.com/stackabletech/druid-operator/pull/638
41+
[#656]: https://github.com/stackabletech/druid-operator/pull/656
4042

4143
## [24.7.0] - 2024-07-24
4244

0 commit comments

Comments
 (0)