ministryofjustice / cloud-platform

Documentation on the MoJ cloud platform
MIT License
87 stars 45 forks source link

Investigate aws_es_proxy for credentials expiration #2444

Closed poornima-krishnasamy closed 3 years ago

poornima-krishnasamy commented 4 years ago

Users have pingdom healthcheck for Elasticsearch and it fails whenever the kiam pods are not available.

The elasticsearch module uses with aws_es_proxy(a HTTP proxy) to connect the application to the ES cluster. The proxy doesnot re-use credentials and require signerV4 authentication requests. Hence it looks it needs kiam to be available all the time.

Which part of the user docs does this impact

Elasticsearch module Readme

Definition of done

Reference

How to write good user stories

AntonyBishop commented 3 years ago

Aged out