GitHub user Chais closed the discussion with a comment: Getting `403 Client Error: Forbidden for url` when trying to display logs. But webserver-secret-key is configured.
I was able to solve this. Turns out that having `10.0.0.0/8` as part of the `no_proxy` variable was _not_ enough to prevent the webserver pod from trying to access the worker pod holding the logs through the configured proxy. I had to add `cluster.local` to the list of exempt targets. GitHub link: https://github.com/apache/airflow/discussions/57606#discussioncomment-14945749 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
