We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HI, during the research of my other AI PRP, I found out that the airflow docker compose setup has a default credential airflow:airflow. I would like to develop a plugin for Apache Airflow instances that functions as a weak credential tester. the docker compose reference: https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html#setting-the-right-airflow-user
airflow:airflow
the approach of testing can be checking for successful access to the root admin page which has a list of DAGs.
The text was updated successfully, but these errors were encountered:
Hi @joernNNN,
Could you work on this to start? We are still discussing the open configuration one internally.
~tooryx
Sorry, something went wrong.
@tooryx OK, I'll work on this submission first.
joernNNN
Successfully merging a pull request may close this issue.
HI, during the research of my other AI PRP, I found out that the airflow docker compose setup has a default credential
airflow:airflow
.I would like to develop a plugin for Apache Airflow instances that functions as a weak credential tester.
the docker compose reference:
https://airflow.apache.org/docs/apache-airflow/stable/howto/docker-compose/index.html#setting-the-right-airflow-user
the approach of testing can be checking for successful access to the root admin page which has a list of DAGs.
The text was updated successfully, but these errors were encountered: