Skip to content

feat: Support enabling decision logs #555

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 27 commits into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
536dbeb
add decisionLogging field to OpaCluster CRD
xeniape Apr 19, 2024
72ee9fe
typo fix
xeniape Apr 19, 2024
abb3f06
add decision logging test to logging integration test
xeniape Apr 22, 2024
d50398f
revert python version change for local testing
xeniape Apr 22, 2024
e7e95ed
Allow to enable decision logs only for console or file
sbernauer Apr 22, 2024
f52ef64
decision logging set through logging configuration, build opa cluster…
xeniape May 2, 2024
82ca86f
revert crd changes
xeniape May 2, 2024
5987521
cargo-fmt formatting
xeniape May 2, 2024
9551693
remove some comments
xeniape May 3, 2024
fa190ad
Merge branch 'main' into decision-logging-in-crd
xeniape May 10, 2024
8d776dd
code improvements and tests
xeniape May 24, 2024
480e905
add integration test for decision logs
xeniape May 24, 2024
2bda1b0
yamllint fixes
xeniape May 24, 2024
9b7977b
yamllint fixes
xeniape May 24, 2024
5a27884
add documentation
xeniape May 27, 2024
8dab63e
some documentation changes
xeniape May 27, 2024
95de302
renaming and replacing ordering function
xeniape May 27, 2024
f0a1a9f
clippy change
xeniape May 27, 2024
a63a550
cargofmt
xeniape May 27, 2024
6c4e2d2
replace log level conversion
xeniape May 27, 2024
0e3e0a5
temporary change opa version for integration tes
xeniape May 29, 2024
5b5773e
correct indentation
xeniape May 29, 2024
199f497
pass envvars directly
xeniape May 29, 2024
53f1029
Revert "temporary change opa version for integration tes"
xeniape Jun 3, 2024
3ee7174
bump operator-rs version
xeniape Jun 3, 2024
f25330f
update cargo.nix and crate-hashes.json
xeniape Jun 3, 2024
e37d4e1
Merge branch 'main' into decision-logging-in-crd
xeniape Jun 3, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Support enabling decision logs ([#555]).

[#555]: https://github.com/stackabletech/opa-operator/pull/555

## [24.3.0] - 2024-03-20

### Added
Expand Down
Loading
Loading