Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update postgres username from github secrets and pass into the workflow #502

Merged
merged 5 commits into from
Feb 13, 2025

Conversation

mitchdawson1982
Copy link
Contributor

@mitchdawson1982 mitchdawson1982 commented Feb 13, 2025

The Upgrade of Datahub to v0.15 appears to have an issue with accessing the value for the database username from a secret store. Possible similar issue with chart version released after v0.14.1 - acryldata/datahub-helm#531

This change stores username, password and database name as gh secrets and populates them in the workflow, removing the reliance on obtaining them from the secret store.

@mitchdawson1982 mitchdawson1982 marked this pull request as ready for review February 13, 2025 13:00
Copy link
Contributor

@MatMoore MatMoore left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to get things working for now, but it's awkward we can't use the secret store directly.

Does the bug with the helm charts look like something we could fix ourselves?

@mitchdawson1982 mitchdawson1982 merged commit 8485907 into main Feb 13, 2025
3 of 4 checks passed
@mitchdawson1982 mitchdawson1982 deleted the obtain-postgres-username-from-gh-secret branch February 13, 2025 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants