appbaseio / appbaseio/reactivesearch-api
Error 401 (Unauthorized)
- 主要语言
- Go
- 星标
- 212
- 派生
- 29
- PR 合并指标
- 30 天内没有已合并 PR
描述
### 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
```
贡献指南
这个仓库没有索引到贡献指南
调研方向
从 config/docker.env 开始,跟踪在配置远程 Elasticsearch 集群时如何使用 ES_CLUSTER_URL、USERNAME 和 PASSWORD。验证单独的凭据变量能够成功完成身份验证,而无需在 URL 中包含凭据。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- elasticsearch, go
- 领域
- authentication, backend, databases
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100