appbaseio / appbaseio/reactivesearch-api
Error 401 (Unauthorized)
- Lenguaje dominante
- Go
- Estrellas
- 212
- Forks
- 29
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### 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
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza con config/docker.env y sigue cómo se consumen ES_CLUSTER_URL, USERNAME y PASSWORD al configurar un clúster remoto de Elasticsearch. Verifica que las variables de credenciales independientes se autentiquen correctamente sin requerir credenciales en la URL.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- elasticsearch, go
- Área
- authentication, backend, databases
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100