ahilashsasidharan commented on issue #62251:
URL: https://github.com/apache/airflow/issues/62251#issuecomment-4028154071
### Environment Variables & Dags for Test 1 & 2
airflow/files/airflow-breeze-config/environment_variables.env:
`export AIRFLOW__CORE__MULTI_TEAM=True
export
AIRFLOW__CORE__AUTH_MANAGER=airflow.api_fastapi.auth.managers.simple.simple_auth_manager.SimpleAuthManager
export
AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_USERS="admin:admin,no_team_user:op,team_a_user:op:team_a"
export AIRFLOW__CORE__SIMPLE_AUTH_MANAGER_ALL_ADMINS=False
export AIRFLOW__DAG_PROCESSOR__DAG_BUNDLE_CONFIG_LIST='[{"name":
"team_a_dags", "classpath":
"airflow.dag_processing.bundles.local.LocalDagBundle", "kwargs": {"path":
"/opt/airflow/dags/team_a"}, "team_name": "team_a"}, {"name": "shared_dags",
"classpath": "airflow.dag_processing.bundles.local.LocalDagBundle", "kwargs":
{"path": "/opt/airflow/dags/shared"}}]'`
airflow/dev/breeze/src/airflow_breeze/files/simple_auth_manager_passwords.json
`{"admin": "admin", "viewer": "viewer", "user": "user", "op": "op",
"no_team_user": "pass", "team_a_user": "pass"}`
Note: Team A was created using Airflow CLI
[shared_dag.py](https://github.com/user-attachments/files/25857172/shared_dag.py)
[team_a_dag.py](https://github.com/user-attachments/files/25857173/team_a_dag.py)
--
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]