Skip to content

Commit e12d2d4

Browse files
sbernauerxeniape
andauthored
feat: Support enabling decision logs (#555)
* add decisionLogging field to OpaCluster CRD * typo fix * add decision logging test to logging integration test * revert python version change for local testing * Allow to enable decision logs only for console or file * decision logging set through logging configuration, build opa cluster config with struct * revert crd changes * cargo-fmt formatting * remove some comments * code improvements and tests * add integration test for decision logs * yamllint fixes * yamllint fixes * add documentation * some documentation changes * renaming and replacing ordering function * clippy change * cargofmt * replace log level conversion * temporary change opa version for integration tes * correct indentation * pass envvars directly * Revert "temporary change opa version for integration tes" This reverts commit 0e3e0a5. * bump operator-rs version * update cargo.nix and crate-hashes.json --------- Co-authored-by: xeniape <xenia.fischer@stackable.tech> Co-authored-by: Xenia <xeniafischer@hotmail.de>
1 parent 1dd2f82 commit e12d2d4

15 files changed

+686
-389
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
### Added
8+
9+
- Support enabling decision logs ([#555]).
10+
11+
[#555]: https://github.com/stackabletech/opa-operator/pull/555
12+
713
## [24.3.0] - 2024-03-20
814

915
### Added

0 commit comments

Comments
 (0)