appbaseio / appbaseio/reactivesearch-api

Error 401 (Unauthorized)

Open
#377 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
212
Forks
29
PR merge metrics
No merged PRs in 30d

Description

### 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
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.