appbaseio / appbaseio/reactivesearch-api
Error 401 (Unauthorized)
Đang mở
- Ngôn ngữ chính
- Go
- Star
- 212
- Fork
- 29
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
### What version of `ReactiveSearch API` are you using ?
Lastest
### What issue did you run into?
When configuring a remote elasticsearch the variables found in config/docker.env (username and password) don't work, I had to put the credentials in the url. Is there a way to not have to pass the credentials through the url?
### What did you expect to see?
```bash
ES_CLUSTER_URL=https://my-elastic.com
USERNAME=username
PASSWORD=password
```
### What did you see instead?
```bash
ES_CLUSTER_URL=https://username:password@my-elastic.com
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.