You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/25 16:26:29 UTC

[GitHub] [airflow] potiuk commented on issue #17190: Fetching remote s3 logs fails: An error occurred (AccessDenied) when calling the AssumeRole operation

potiuk commented on issue #17190:
URL: https://github.com/apache/airflow/issues/17190#issuecomment-886225724


   You need to make sure you have the same configuration for workers and webserver for `AIRFLOW__WEBSERVER__SECRET_KEY` - in Airlfow 2.1.2 we generate temporary token on the webserver side to be able to retrieve the logs and you have to make sure that the secret key is set for both - webserver and workers.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org