add to non-authenticated routes
Build, push image, and notify Watchtower / build-image (push) Successful in 34s
Build, push image, and notify Watchtower / notify (push) Successful in 13s

This commit is contained in:
2026-08-23 09:36:08 +02:00
parent e67a13b4c8
commit c6cec3dede
+1 -1
View File
@@ -153,7 +153,7 @@ start_scheduler_once()
# --------------------------------------------------------- # ---------------------------------------------------------
# Authentication Middleware # Authentication Middleware
# --------------------------------------------------------- # ---------------------------------------------------------
EXEMPT_ROUTES = {'hello_world', 'oauth_callback', 'odata_metadata'} EXEMPT_ROUTES = {'hello_world', 'oauth_callback', 'odata_metadata', 'debug_telemetryrequest', 'trigger_job_manually'}
@app.before_request @app.before_request
def authenticate_request(): def authenticate_request():