safiuddinr
safiuddinr
**Elasticsearch cloud enterprise encryption at rest.** Elastic cloud enterprise does not implement encryption at rest out of the box. To ensure encryption at rest for all data managed by elastic...
**Encrypting Elasticsearch Data in transit** Data can be encrypted in transit using Transport layer Security (TLS). It ensures secure communication between the Elasticsearch nodes and protects data from unauthorized interception....
Here we need to ensure passwords are encrypted at rest for this we'll be using a combination of ansible-vault and podman-secrets utilizing an shell driver for the podman secret: https://docs.podman.io/en/latest/markdown/podman-secret-create.1.html
This issue tracks moving the deploy.sh -> ansible and ensuring all dependencies and other issues are covered in the installation process. A few open issues we need to fix with...