Skip to content

Commit 38baece

Browse files
authored
Merge pull request noobaa#1797 from liranmauda/liran-backport-into-5.17
[Direct to 5.17] Reverting kms changes
2 parents 2cada9a + e0ce8b6 commit 38baece

17 files changed

Lines changed: 94 additions & 116 deletions

.github/workflows/run_hac_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |

.github/workflows/run_kms_azure_vault_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |

.github/workflows/run_kms_dev_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |

.github/workflows/run_kms_ibm_kp_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,13 @@ jobs:
1616
uses: actions/checkout@v4
1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: "1.21"
19+
go-version-file: go.mod
20+
check-latest: true
21+
cache: true
22+
cache-dependency-path: |
23+
**/go.sum
24+
- name: Set up kind
25+
uses: helm/kind-action@v1
2026

2127
- name: Set environment variables
2228
run: |

.github/workflows/run_kms_kmip_test.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,28 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |
2026
echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV
2127
echo OPERATOR_IMAGE=localhost:5000/noobaa/noobaa-operator:integration >> $GITHUB_ENV
2228
echo PYKMIP_IMAGE=localhost:5000/noobaa/pykmip:integration >> $GITHUB_ENV
23-
29+
2430
- name: Deploy Dependencies
2531
run: |
2632
set -x
2733
bash .travis/install-5nodes-kind-cluster.sh
2834
go get -v github.com/onsi/ginkgo/ginkgo
2935
go install -v github.com/onsi/ginkgo/ginkgo
3036
ginkgo version
31-
37+
3238
- name: Build NooBaa
3339
run: |
3440
make cli

.github/workflows/run_kms_rotate_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |

.github/workflows/run_kms_tls_sa_test.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
17-
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1823
- name: Set environment variables
1924
run: |
2025
echo PATH=$PATH:$HOME/go/bin >> $GITHUB_ENV

.github/workflows/run_kms_tls_token_test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ jobs:
1313
uses: actions/checkout@v4
1414
- uses: actions/setup-go@v5
1515
with:
16-
go-version: "1.21"
16+
go-version-file: go.mod
17+
check-latest: true
18+
cache: true
19+
cache-dependency-path: |
20+
**/go.sum
21+
- name: Set up kind
22+
uses: helm/kind-action@v1
1723

1824
- name: Set environment variables
1925
run: |

deploy/internal/deployment-endpoint.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ spec:
116116
- name: ENDPOINT_GROUP_ID
117117
- name: LOCAL_MD_SERVER
118118
- name: LOCAL_N2N_AGENT
119+
- name: NOOBAA_ROOT_SECRET
119120
- name: NODE_EXTRA_CA_CERTS
120121
- name: GUARANTEED_LOGS_PATH
121122
- name: CONTAINER_CPU_REQUEST

deploy/internal/statefulset-core.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ spec:
115115
value: postgres
116116
- name: CONTAINER_PLATFORM
117117
value: KUBERNETES
118+
- name: NOOBAA_ROOT_SECRET
118119
- name: NODE_EXTRA_CA_CERTS
119120
- name: AGENT_PROFILE
120121
value: VALUE_AGENT_PROFILE

0 commit comments

Comments
 (0)