prakass1 commented on code in PR #49681:
URL: https://github.com/apache/airflow/pull/49681#discussion_r2059082220
##########
airflow-core/docs/howto/docker-compose/docker-compose.yaml:
##########
@@ -78,6 +78,7 @@ x-airflow-common:
- ${AIRFLOW_PROJ_DIR:-.}/logs:/opt/airflow/logs
- ${AIRFLOW_PROJ_DIR:-.}/config:/opt/airflow/config
- ${AIRFLOW_PROJ_DIR:-.}/plugins:/opt/airflow/plugins
+ - ${AIRFLOW_PROJ_DIR:-.}:/opt/airflow
Review Comment:
@ashb I think that setting AIRFLOW__API_AUTH__JWT_SECRET could be a better
option coming from the similar lines as in fernetKey setup because if the same
setup is taken into Kubernetes helm values then it could be done by adding it
as a secret and referencing it. This then would become similar as setting it up
in airflow 2.x both the fernetKey and webServerKey.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]