Commit 2e24a41
feat: Add OPA support (#573)
* test: Add integration test for OPA
* test: Extend the OPA test
* feat: Allow the configuration of OPA
* chore: Update changelog
* chore: Run pre-commit hook
* chore: Update operator-rs
* test(opa): Remove unnecessary test scripts
* docs: Document the authorization with OPA
* chore: Upgrade stackable-operator to version 0.86.0
* docs: Extend the OPA documentation
* chore: Regenerate charts
* docs: Fix link
* test: Remove custom image from the test definitions
* Regenerate Nix files
* Fix merge commit slightly
* Fix Clippy warning
* test: Fix OPA integration test for Airflow 2.9.2 and 2.9.3
* test: Increase timeout in the logging integration test
---------
Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>1 parent 02b9f97 commit 2e24a41
File tree
32 files changed
+1186
-36
lines changed- deploy/helm/airflow-operator/crds
- docs/modules/airflow/pages/usage-guide
- rust/operator-binary/src
- crd
- tests
- templates/kuttl
- commons
- logging
- opa
32 files changed
+1186
-36
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
495 | 531 | | |
496 | 532 | | |
497 | 533 | | |
| |||
0 commit comments