chore: Release stackable-operator 0.82.0 #911
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fixed
rootPath
with and without trailing slashes. Also added a bunch of tests ([fix!: Correctly construct OIDC endpoints #910]).Changed
DEFAULT_OIDC_WELLKNOWN_PATH
private. UseAuthenticationProvider::well_known_config_url
instead ([fix!: Correctly construct OIDC endpoints #910]).commons::rbac::service_account_name
andcommons::rbac::role_binding_name
toprivate, as these functions should not be called directly by the operators. This is likely to result in naming conflicts
as the result is completely dependent on what is passed to this function. Operators should instead rely on the roleBinding
and serviceAccount objects created by
commons::rbac::build_rbac_resources
and retrieve the name from the returnedobjects if they need it ([Fixes accidentally deleted serviceaccount and rolebinding objects #909]).
commons::rbac::build_rbac_resources
to not rely solely on the productthey refer to (e.g. "nifi-rolebinding") but instead include the name of the resource to be unique per cluster
(e.g. simple-nifi-rolebinding) ([Fixes accidentally deleted serviceaccount and rolebinding objects #909]).
Definition of Done Checklist