Skip to content

Commit 40aeb47

Browse files
Copilotkellervater
andauthored
fix: migrate Aurora PostgreSQL credentials from ci/common to aurorapg Vault path (#547)
* Initial plan * fix: migrate Aurora PostgreSQL credentials to dedicated aurorapg Vault path Agent-Logs-Url: https://github.com/camunda/keycloak/sessions/d571bd30-4d6e-4ab8-826c-3c4bb4eee14b Co-authored-by: kellervater <33324812+kellervater@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: kellervater <33324812+kellervater@users.noreply.github.com>
1 parent 572ba5e commit 40aeb47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-images.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,8 +333,8 @@ jobs:
333333
secret/data/products/infrastructure-experience/ci/common MACHINE_PWD;
334334
secret/data/products/infrastructure-experience/ci/common MACHINE_USR;
335335
336-
secret/data/products/infrastructure-experience/ci/common AURORA_POSTGRESQL_PASSWORD | postgres_superuser_password;
337-
secret/data/products/infrastructure-experience/ci/common AURORA_POSTGRESQL_USERNAME | postgres_superuser;
336+
secret/data/products/infrastructure-experience/aurorapg AURORA_POSTGRESQL_PASSWORD | postgres_superuser_password;
337+
secret/data/products/infrastructure-experience/aurorapg AURORA_POSTGRESQL_USERNAME | postgres_superuser;
338338
339339
secret/data/products/infrastructure-experience/ci/common DOCKERHUB_USER;
340340
secret/data/products/infrastructure-experience/ci/common DOCKERHUB_PASSWORD;

0 commit comments

Comments
 (0)