I tried to install self managed app search with my existing aws elasticsearch cluster. but i got problem on installation process.
> $ docker run -ti \
> -e elasticsearch.host=https://search-xxx.xxxx.ap-southeast-1.es.amazonaws.com \
> -e secret_session_key=wkwk \
> docker.elastic.co/app-search/app-search:7.3.0
i got error message
{"message":"Authorization header requires 'Credential' parameter. Authorization header requires 'Signature' parameter. Authorization header requires 'SignedHeaders' parameter. Authorization header requires existence of either a 'X-Amz-Date' or a 'Date' header. Authorization=Basic ZWxhc3RpYzpjaGFuZ2VtZQ=="}
i think this issue same as Prevent inclusion of Authorization header. App search send authorization header to aws while if authorization header present, aws need another header to process request. How to prevent app search include authorization header ?