Open
Conversation
Member
Author
Release noteThe OPA operator now supports |
sbernauer
reviewed
Apr 7, 2026
sbernauer
previously approved these changes
Apr 8, 2026
Member
sbernauer
left a comment
There was a problem hiding this comment.
Nice, thanks! Now we only need stackabletech/operator-rs#1177 ;)
ae3cf89 to
0d5b774
Compare
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
0ae5cc3 to
3fb65bf
Compare
13 tasks
3fb65bf to
44c2a91
Compare
sbernauer
reviewed
Apr 17, 2026
| .with_service_scope(rolegroup_ref.rolegroup_metrics_service_name()) | ||
| .build() | ||
| .context(TlsVolumeBuildSnafu)?, | ||
| // OPA needs the full TLS keypair (public cert + private key) to serve HTTPS. |
Member
There was a problem hiding this comment.
Pls move that line above SecretClassVolumeProvisionParts::PublicPrivate
| }), | ||
| ) | ||
| .to_volume(USER_INFO_FETCHER_KERBEROS_VOLUME_NAME) | ||
| // The user-info-fetcher needs both the keytab (private) and the Kerberos config (public). |
Member
There was a problem hiding this comment.
Pls move that line above SecretClassVolumeProvisionParts::PublicPrivate
|
|
||
| ### Changed | ||
|
|
||
| - Bump `stackable-operator` to 0.110.0 and `snafu` to 0.9 ([#818]). |
Member
There was a problem hiding this comment.
Suggested change
| - Bump `stackable-operator` to 0.110.0 and `snafu` to 0.9 ([#818]). | |
| - Bump `stackable-operator` to 0.110.1 and `snafu` to 0.9 ([#818]). |
Member
There was a problem hiding this comment.
Have flake.nix and flake.lock been added intentionally?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
Fixes #756
This PR implements typed
configOverridesfor the OPA operator. Users can now override settings on OPA's config fileconfig.jsonusing JSON merge patch or JSON patches or do a full file replacement.Upgraded
stackable-operatorfrom 0.108.0 to 0.110.1.Definition of Done Checklist
Author
Reviewer
Acceptance
type/deprecationlabel & add to the deprecation scheduletype/experimentallabel & add to the experimental features tracker