You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer I want a consistent way of defining access to RDS database variables workflows, so that we remove unnecessary configuration and potential confusion.
Background
Datahub accesses an RDS database instance configured as part of the cloud platform deployment. When the RDS database is configured, secrets such as the username, password, database name, and host url are added to a secret store within the namespace.
We have noticed inconsistencies in that some of the parameters are being pulled from the secret store, stored in github and then sent in via the workflow. Other parameters are simply applied to the pod environment from the secret store as we would expect.
User Story
As a developer I want a consistent way of defining access to RDS database variables workflows, so that we remove unnecessary configuration and potential confusion.
Background
Datahub accesses an RDS database instance configured as part of the cloud platform deployment. When the RDS database is configured, secrets such as the username, password, database name, and host url are added to a secret store within the namespace.
We have noticed inconsistencies in that some of the parameters are being pulled from the secret store, stored in github and then sent in via the workflow. Other parameters are simply applied to the pod environment from the secret store as we would expect.
Secrets pulled from K8's
Secrets pulled from github via workflow
Data Catalogue readme
PR
Definition of Done
The text was updated successfully, but these errors were encountered: