Replies: 1 comment
-
|
I was able to solve this. Turns out that having |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm getting the error
Could not read served logs: 403 Client Error: Forbidden for urlwhen I try to display a task's log on the web UI.I followed https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#secret-key and checked if
webserver-secret-keyis set. I'm running an extended 2.11.0 image with the 1.16.0 chart. Checking for theAIRFLOW__WEBSERVER__SECRET_KEYenv var I found the following configuration:So I would assume the relevant pods/containers do have the variable set. The values are all identical.
The URL reads
/log/instead of/logs/, which is the actual directory name, butbase_log_folderis unchanged from the default${AIRFLOW_HOME}/logs.Also the log files are written correctly and are, along with all intermediate directories world readable, so access shouldn't be an issue, either.
So my question is: What else might cause this error?
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions