Mirage is Injecting the appbase Bearer Authorization token into non-appbase Elasticsearch cluster requests #67
Open
Description
This is the cause of #16
Reproduction steps:
- Install mirage as an extension or run it locally.
- Provide an AWS-hosted ElasticSearch cluster URL and index.
- Note in the web inspector of your choice that the request to
${host}/${index}/_mapping
includes anAuthorization
header, which causes the request to fail. - This Authorization header should not be sent.
Metadata
Assignees
Labels
No labels