-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
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
ssl authentication error #2311
Comments
joonyeonglim
added
the
type: bug
Indicates an unexpected problem or unintended behavior
label
Feb 7, 2023
@Joonyeong97 thanks for reporting this 🦾 |
8 tasks
frascuchon
added a commit
that referenced
this issue
Mar 24, 2023
# Description The backend version check request is not using the backend configuration setup from Argilla, so in some security environments, this check may fail. Instead of using a standard http request, on this PR we use a widely compatible `OpenSearch` client to request the version info. Closes #2311 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** Manual test in a secured environment **Checklist** - [x] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works
frascuchon
added a commit
that referenced
this issue
Mar 24, 2023
The backend version check request is not using the backend configuration setup from Argilla, so in some security environments, this check may fail. Instead of using a standard http request, on this PR we use a widely compatible `OpenSearch` client to request the version info. Closes #2311 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** Manual test in a secured environment **Checklist** - [x] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works
frascuchon
added a commit
that referenced
this issue
Mar 26, 2023
The backend version check request is not using the backend configuration setup from Argilla, so in some security environments, this check may fail. Instead of using a standard http request, on this PR we use a widely compatible `OpenSearch` client to request the version info. Closes #2311 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** Manual test in a secured environment **Checklist** - [x] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works
frascuchon
added a commit
that referenced
this issue
Mar 27, 2023
The backend version check request is not using the backend configuration setup from Argilla, so in some security environments, this check may fail. Instead of using a standard http request, on this PR we use a widely compatible `OpenSearch` client to request the version info. Closes #2311 **Type of change** (Please delete options that are not relevant. Remember to title the PR according to the type of change) - [x] Bug fix (non-breaking change which fixes an issue) **How Has This Been Tested** Manual test in a secured environment **Checklist** - [x] I have merged the original branch into my forked branch - [ ] I added relevant documentation - [x] follows the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
ssl authentication error
To Reproduce
Steps to reproduce the behavior:
docker-compose.yml
Screenshots
Environment (please complete the following information):
Additional context
Current Workaround
->
modify "argilla/server/daos/backend/client_adapters/factory.py" file
factory.py
The text was updated successfully, but these errors were encountered: