You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When declaring only the environment variable KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS keda-add-ons-http-interceptor fails to launch because it looks first in the folder KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS for a tls.crt file and fails when logging
Expected Behavior
Log without failure
Actual Behavior
Fails when logging the ignore key
Steps to Reproduce the Problem
Setup the env variable KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS but do not set KEDA_HTTP_PROXY_TLS_KEY_PATH nor KEDA_HTTP_PROXY_TLS_KEY_PATH
keda-add-ons-http-interceptor starts looking into the folder specified by KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS and if it finds no tls.crt here, it fails instead of recursively searching (there are certificates at $KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS/app1 and KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS/app2 though)
Report
When declaring only the environment variable KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS
keda-add-ons-http-interceptor
fails to launch because it looks first in the folder KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS for a tls.crt file and fails when loggingExpected Behavior
Log without failure
Actual Behavior
Fails when logging the ignore key
Steps to Reproduce the Problem
keda-add-ons-http-interceptor
starts looking into the folder specified by KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS and if it finds no tls.crt here, it fails instead of recursively searching (there are certificates at $KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS/app1 and KEDA_HTTP_PROXY_TLS_CERT_STORE_PATHS/app2 though)Logs from KEDA HTTP operator
HTTP Add-on Version
0.8.0
Kubernetes Version
1.28
Platform
Microsoft Azure
Anything else?
No response
The text was updated successfully, but these errors were encountered: