Add JWT secret for API server auth by jeremybeard · Pull Request #1817 · astronomer/astro-cli
Description
This change adds a new env var to the Airflow 3 local dev docker-compose file, to provide a JWT secret for the Airflow containers to authenticate to the API server.
🧪 Functional Testing
Latest pre-release Airflow 3 image now starts up and runs DAGs.
📋 Checklist
- Rebased from the main (or release if patching) branch (before testing)
- Ran
make testbefore taking out of draft - Ran
make lintbefore taking out of draft - Added/updated applicable tests
- Tested against Astro-API (if necessary).
- Tested against Houston-API and Astronomer (if necessary).
- Communicated to/tagged owners of respective clients potentially impacted by these changes.
- Updated any related documentation