You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "alekseyolg (via GitHub)" <gi...@apache.org> on 2023/02/28 13:13:50 UTC

[GitHub] [airflow] alekseyolg opened a new issue, #29802: unable to connect to minio

alekseyolg opened a new issue, #29802:
URL: https://github.com/apache/airflow/issues/29802

   ### Apache Airflow version
   
   2.5.1
   
   ### What happened
   
   I add a connection like "Amazon Web Services"
   ```
   {"endpoint_url": "http://myhost:9000", "aws_access_key_id": "myacces", "aws_secret_access_key": "mysecret"}
   ```
   Нажимаю Test
   Появляется ошибка
   ```
   EndpointConnectionError' error occurred while testing connection: Could not connect to the endpoint URL: "https://sts.amazonaws.com/"
   ```
   
   ### What you think should happen instead
   
   successful connection
   
   ### How to reproduce
   
   Follow my steps.
   
   ### Operating System
   
   Debian 11
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow-providers-amazon==7.1.0
   apache-airflow-providers-celery==3.1.0
   apache-airflow-providers-cncf-kubernetes==5.1.1
   apache-airflow-providers-common-sql==1.3.3
   apache-airflow-providers-docker==3.4.0
   apache-airflow-providers-elasticsearch==4.3.3
   apache-airflow-providers-ftp==3.3.0
   apache-airflow-providers-google==8.8.0
   apache-airflow-providers-grpc==3.1.0
   apache-airflow-providers-hashicorp==3.2.0
   apache-airflow-providers-http==4.1.1
   apache-airflow-providers-imap==3.1.1
   apache-airflow-providers-microsoft-azure==5.1.0
   apache-airflow-providers-mysql==4.0.0
   apache-airflow-providers-odbc==3.2.1
   apache-airflow-providers-postgres==5.4.0
   apache-airflow-providers-redis==3.1.0
   apache-airflow-providers-sendgrid==3.1.0
   apache-airflow-providers-sftp==4.2.1
   apache-airflow-providers-slack==7.2.0
   apache-airflow-providers-sqlite==3.3.1
   apache-airflow-providers-ssh==3.4.0
   ```
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   Official chart
   
   ### Anything else
   
   No.
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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: commits-unsubscribe@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] boring-cyborg[bot] commented on issue #29802: unable to connect to minio

Posted by "boring-cyborg[bot] (via GitHub)" <gi...@apache.org>.
boring-cyborg[bot] commented on issue #29802:
URL: https://github.com/apache/airflow/issues/29802#issuecomment-1448158638

   Thanks for opening your first issue here! Be sure to follow the issue template!
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] hussein-awala commented on issue #29802: unable to connect to minio

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala commented on issue #29802:
URL: https://github.com/apache/airflow/issues/29802#issuecomment-1448984397

   If you want to create the connection from the UI, you should pass the `endpoint_url` in Extras, as explained in the Minio [doc](https://blog.min.io/apache-airflow-minio/), and if you want to create it using python:
   ```python
   Connection.from_json('{"conn_type": "aws", "login": "myaccess", "password": "mysecret", "extra":{"endpoint_url": "http://myhost:9000"}}')
   ``` 
   and the same for CLI.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [airflow] hussein-awala closed issue #29802: unable to connect to minio

Posted by "hussein-awala (via GitHub)" <gi...@apache.org>.
hussein-awala closed issue #29802: unable to connect to minio
URL: https://github.com/apache/airflow/issues/29802


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org