-
Notifications
You must be signed in to change notification settings - Fork 2
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
feat: Add OPA support #573
Conversation
This PR it's self looks good as is and the tests work with Airflow 2.10.4. Unfortunately there is an incompatibility with Airflow 2.9.x images:
I will wait with the approval until the 2.9 images are updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I consider this a win:
--- FAIL: kuttl (5087.26s)
--- FAIL: kuttl/harness (0.00s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-insecure-tls_openshift-false_executor-celery (366.39s)
--- PASS: kuttl/harness/opa_airflow-2.10.2_opa-latest-0.67.1_openshift-false (224.79s)
--- FAIL: kuttl/harness/logging_airflow-2.10.2_openshift-false_executor-kubernetes (581.15s)
--- PASS: kuttl/harness/logging_airflow-2.10.2_openshift-false_executor-celery (312.79s)
--- PASS: kuttl/harness/orphaned-resources_airflow-latest-2.10.2_openshift-false (212.39s)
--- PASS: kuttl/harness/overrides_airflow-latest-2.10.2_openshift-false (246.64s)
--- PASS: kuttl/harness/mount-dags-gitsync_airflow-latest-2.10.2_openshift-false_executor-kubernetes (259.02s)
--- PASS: kuttl/harness/mount-dags-gitsync_airflow-latest-2.10.2_openshift-false_executor-celery (272.32s)
--- PASS: kuttl/harness/smoke_airflow-2.10.2_openshift-false_executor-kubernetes (228.87s)
--- PASS: kuttl/harness/smoke_airflow-2.10.2_openshift-false_executor-celery (250.84s)
--- PASS: kuttl/harness/cluster-operation_airflow-latest-2.10.2_openshift-false (270.83s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-no-tls_openshift-false_executor-kubernetes (192.61s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-server-verification-tls_openshift-false_executor-celery (225.76s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-no-tls_openshift-false_executor-celery (238.66s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-insecure-tls_openshift-false_executor-kubernetes (200.72s)
--- PASS: kuttl/harness/ldap_airflow-latest-2.10.2_ldap-authentication-server-verification-tls_openshift-false_executor-kubernetes (201.16s)
--- PASS: kuttl/harness/mount-dags-configmap_airflow-latest-2.10.2_openshift-false_executor-kubernetes (153.32s)
--- PASS: kuttl/harness/mount-dags-configmap_airflow-latest-2.10.2_openshift-false_executor-celery (200.66s)
--- PASS: kuttl/harness/oidc_airflow-2.10.2_openshift-false (247.67s)
--- PASS: kuttl/harness/resources_airflow-latest-2.10.2_openshift-false (199.85s)
FAIL
ERROR:root:kuttl failed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Description
part of #446
Add OPA support
Definition of Done Checklist
Author
Reviewer
Acceptance