bugraoz93 commented on issue #58552: URL: https://github.com/apache/airflow/issues/58552#issuecomment-3586823930
@gbonazzoli I am using `breeze` to boot up. It is, of course, for Airflow development purposes, not production deployment, but essentially it should be using `airflow-core/docs/howto/docker-compose/docker-compose.yaml` ``` breeze start-airflow --integration keycloak ``` https://github.com/apache/airflow/blob/main/contributing-docs/21_keycloak_client_settings.rst I think the problem could be given IP addresses, maybe not the one web browser is redirecting, but it is behind a DNS like `www.airflow.apache.org`, then you should use that instead of IP, because what your browser is seeing as redirect is not the virtual IP on docker layer but on NAT layer direct IP address you are reaching to the Airflow API-Server/ -- 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]
