appbaseio / appbaseio/reactivesearch-api
Error 401 (Unauthorized)
- Langage dominant
- Go
- Étoiles
- 212
- Forks
- 29
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
```
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par config/docker.env et suivez la manière dont ES_CLUSTER_URL, USERNAME et PASSWORD sont utilisés lors de la configuration d’un cluster Elasticsearch distant. Vérifiez que les variables d’identifiants distinctes permettent une authentification réussie sans nécessiter d’identifiants dans l’URL.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- elasticsearch, go
- Domaine
- authentication, backend, databases
- Type d'issue
- Bug
- Difficulté
- 3/5
- Temps estimé
- 1-2 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 35/100