1. Forming an OpenSearch 2 cluster with transport security enabled (mTLS) and a custom certificate authority

    Why?

    Although I've supported Elasticsearch/OpenSearch for a number of years in my professional life, I've never had the opportunity to use the security plugins.

    All that changed rather abruptly when we decided to run OpenSearch on Kubernetes using the OpenSearch Kubernetes Operator. Suddenly, the security plugins are required.

    Rather …

  2. Easily view ansible-vault secrets with yq

    Easily view Ansible-vault secrets with yq

    As you probably know, ansible-vault is a good way to keep your secrets...secret.

    There's at least two ways to handle vault secrets in your ansible roles: - Put them in a separate file, such as 'secrets.yml'. This makes it easy to encrypt/decrypt …

Page 1 / 1