This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new d51e5723c63 Add sensitive keycloak value to fix failing tests. (#59107)
d51e5723c63 is described below

commit d51e5723c63ae27ac2872cb970391b5067ee4f4c
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Dec 5 20:14:56 2025 +0100

    Add sensitive keycloak value to fix failing tests. (#59107)
    
    Follow-up after #59065
---
 airflow-core/tests/unit/core/test_configuration.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/airflow-core/tests/unit/core/test_configuration.py 
b/airflow-core/tests/unit/core/test_configuration.py
index f5cd728811b..687aa9375c2 100644
--- a/airflow-core/tests/unit/core/test_configuration.py
+++ b/airflow-core/tests/unit/core/test_configuration.py
@@ -1943,6 +1943,7 @@ def test_sensitive_values():
         ("secrets", "backend_kwargs"),
         ("sentry", "sentry_dsn"),
         ("database", "sql_alchemy_engine_args"),
+        ("keycloak_auth_manager", "client_secret"),
         ("core", "sql_alchemy_conn"),
         ("celery_broker_transport_options", "sentinel_kwargs"),
         ("celery", "broker_url"),

Reply via email to