From 078f6e3acccb1e8247ba7749c9a75142655b73dd Mon Sep 17 00:00:00 2001 From: Langleu Date: Mon, 11 Jul 2022 10:09:56 +0200 Subject: [PATCH 1/2] chore(gha): adjust vault path for org secrets related to https://camunda.slack.com/archives/C03AEFWGJ9K/p1657524606321389 --- .github/workflows/deploy-artifact.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-artifact.yml b/.github/workflows/deploy-artifact.yml index 84d3dfc11..9c0ef9588 100644 --- a/.github/workflows/deploy-artifact.yml +++ b/.github/workflows/deploy-artifact.yml @@ -40,10 +40,10 @@ jobs: secret/data/common/github.com/actions/camunda/zeebe-process-test REGISTRY_HUB_DOCKER_COM_PSW; secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_USR; secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_PSW; - secret/data/common/github.com/actions/camunda-community-hub MAVEN_CENTRAL_DEPLOYMENT_USR; - secret/data/common/github.com/actions/camunda-community-hub MAVEN_CENTRAL_DEPLOYMENT_PSW; - secret/data/common/github.com/actions/camunda-community-hub MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE; - secret/data/common/github.com/actions/camunda-community-hub MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC; + secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_USR; + secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_PSW; + secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE; + secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_SEC; - name: Set up Java environment uses: actions/setup-java@v3.0.0 From 9e9d4076ecc93ad490c3a5ac387840076c0d4bf1 Mon Sep 17 00:00:00 2001 From: Langleu Date: Wed, 20 Jul 2022 15:35:42 +0200 Subject: [PATCH 2/2] chore(ci): update GHA secrets to new Vault path --- .github/workflows/deploy-artifact.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-artifact.yml b/.github/workflows/deploy-artifact.yml index 9c0ef9588..847d2e2e3 100644 --- a/.github/workflows/deploy-artifact.yml +++ b/.github/workflows/deploy-artifact.yml @@ -36,10 +36,10 @@ jobs: roleId: ${{ secrets.VAULT_ROLE_ID }} secretId: ${{ secrets.VAULT_SECRET_ID }} secrets: | - secret/data/common/github.com/actions/camunda/zeebe-process-test REGISTRY_HUB_DOCKER_COM_USR; - secret/data/common/github.com/actions/camunda/zeebe-process-test REGISTRY_HUB_DOCKER_COM_PSW; - secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_USR; - secret/data/common/github.com/actions/camunda/zeebe-process-test ARTIFACTS_PSW; + secret/data/products/zeebe/ci/zeebe-process-test REGISTRY_HUB_DOCKER_COM_USR; + secret/data/products/zeebe/ci/zeebe-process-test REGISTRY_HUB_DOCKER_COM_PSW; + secret/data/products/zeebe/ci/zeebe-process-test ARTIFACTS_USR; + secret/data/products/zeebe/ci/zeebe-process-test ARTIFACTS_PSW; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_USR; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_DEPLOYMENT_PSW; secret/data/github.com/organizations/camunda MAVEN_CENTRAL_GPG_SIGNING_KEY_PASSPHRASE;