cyberark / kubernetes-conjur-deploy

Scripts for deploying DAP followers to Kubernetes and OpenShift given an existing DAP master cluster
Apache License 2.0
14 stars 15 forks source link

Update PG password to be a constant value #150

Closed sigalsax closed 4 years ago

sigalsax commented 4 years ago

What does this PR do?

The Secrets Provider is experiencing constant failures when deploying Conjur OSS. This was happening because we were randomly generating characters for the PG password, giving us invalid PG URIs. This PR fixes this by providing a constant postgres password.

What ticket does this PR close?

Connected to -

Checklists

Change log

Test coverage

Documentation