Skip to content

Commit 6947409

Browse files
committed
wip
Signed-off-by: Vladimir Portnov <vladimir.portnov@flant.com>
1 parent 3a132d2 commit 6947409

51 files changed

Lines changed: 306 additions & 0 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/ci_includes/werf_envs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,11 @@ WERF_LOG_TERMINAL_WIDTH: "200"
1717
WERF_LOG_TIME: true
1818
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
1919
GOPROXY: "${{vars.GOPROXY}}"
20+
#SIGN
21+
VAULT_ADDR: "https://seguro.flant.com"
22+
VAULT_LOGIN_NAMESPACE: "github"
23+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
24+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
25+
2026
# </template: werf_envs>
2127
{!{- end -}!}

.github/workflows/build-and-test_dev.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ env:
4444
WERF_LOG_TIME: true
4545
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
4646
GOPROXY: "${{vars.GOPROXY}}"
47+
#SIGN
48+
VAULT_ADDR: "https://seguro.flant.com"
49+
VAULT_LOGIN_NAMESPACE: "github"
50+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
51+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
52+
4753
# </template: werf_envs>
4854

4955
# Cancel in-progress jobs for the same PR (pull_request_target event) or for the same branch (push event).

.github/workflows/build-and-test_main.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,12 @@ env:
4545
WERF_LOG_TIME: true
4646
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
4747
GOPROXY: "${{vars.GOPROXY}}"
48+
#SIGN
49+
VAULT_ADDR: "https://seguro.flant.com"
50+
VAULT_LOGIN_NAMESPACE: "github"
51+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
52+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
53+
4854
# </template: werf_envs>
4955

5056
# Cancel in-progress jobs for the same branch.

.github/workflows/build-and-test_pre-release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,12 @@ env:
4444
WERF_LOG_TIME: true
4545
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
4646
GOPROXY: "${{vars.GOPROXY}}"
47+
#SIGN
48+
VAULT_ADDR: "https://seguro.flant.com"
49+
VAULT_LOGIN_NAMESPACE: "github"
50+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
51+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
52+
4753
# </template: werf_envs>
4854

4955
# Cancel in-progress jobs for the same branch.

.github/workflows/build-and-test_release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ env:
6161
WERF_LOG_TIME: true
6262
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6363
GOPROXY: "${{vars.GOPROXY}}"
64+
#SIGN
65+
VAULT_ADDR: "https://seguro.flant.com"
66+
VAULT_LOGIN_NAMESPACE: "github"
67+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
68+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
69+
6470
# </template: werf_envs>
6571

6672
# Cancel in-progress jobs for the same tag/branch.

.github/workflows/deploy-alpha.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ env:
5858
WERF_LOG_TIME: true
5959
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6060
GOPROXY: "${{vars.GOPROXY}}"
61+
#SIGN
62+
VAULT_ADDR: "https://seguro.flant.com"
63+
VAULT_LOGIN_NAMESPACE: "github"
64+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
65+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
66+
6167
# </template: werf_envs>
6268
DEPLOY_CHANNEL: alpha
6369

.github/workflows/deploy-beta.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ env:
5858
WERF_LOG_TIME: true
5959
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6060
GOPROXY: "${{vars.GOPROXY}}"
61+
#SIGN
62+
VAULT_ADDR: "https://seguro.flant.com"
63+
VAULT_LOGIN_NAMESPACE: "github"
64+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
65+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
66+
6167
# </template: werf_envs>
6268
DEPLOY_CHANNEL: beta
6369

.github/workflows/deploy-early-access.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ env:
5858
WERF_LOG_TIME: true
5959
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6060
GOPROXY: "${{vars.GOPROXY}}"
61+
#SIGN
62+
VAULT_ADDR: "https://seguro.flant.com"
63+
VAULT_LOGIN_NAMESPACE: "github"
64+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
65+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
66+
6167
# </template: werf_envs>
6268
DEPLOY_CHANNEL: early-access
6369

.github/workflows/deploy-rock-solid.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ env:
5858
WERF_LOG_TIME: true
5959
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6060
GOPROXY: "${{vars.GOPROXY}}"
61+
#SIGN
62+
VAULT_ADDR: "https://seguro.flant.com"
63+
VAULT_LOGIN_NAMESPACE: "github"
64+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
65+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
66+
6167
# </template: werf_envs>
6268
DEPLOY_CHANNEL: rock-solid
6369

.github/workflows/deploy-stable.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ env:
5858
WERF_LOG_TIME: true
5959
WERF_GIT_WORK_TREE_POOL_LIMIT: "10"
6060
GOPROXY: "${{vars.GOPROXY}}"
61+
#SIGN
62+
VAULT_ADDR: "https://seguro.flant.com"
63+
VAULT_LOGIN_NAMESPACE: "github"
64+
VAULT_ROLE: "dh-signer-dev_dh-signer-dev"
65+
TRANSIT_SECRET_ENGINE_PATH: "dh-signer-dev"
66+
6167
# </template: werf_envs>
6268
DEPLOY_CHANNEL: stable
6369

0 commit comments

Comments
 (0)