Skip to content

Commit 59ed47b

Browse files
authored
Merge branch 'main' into chore/gcr-secrets
2 parents 7ac0885 + d078f1a commit 59ed47b

File tree

9 files changed

+10
-24
lines changed

9 files changed

+10
-24
lines changed

.github/actions/smoke-tests/action.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ inputs:
2828
label:
2929
description: Label for test
3030
required: false
31-
azure-ad-secret:
32-
description: Azure Active Directory secret for JWKs
33-
required: false
3431
registry-token:
3532
description: JWT token for accessing container registry
3633
required: false
@@ -103,7 +100,6 @@ runs:
103100
--self-contained-html \
104101
--durations=10 \
105102
--show-ic-logs=yes \
106-
--ad-secret=${{ inputs.azure-ad-secret }} \
107103
--plus-jwt=${{ inputs.plus-jwt }} \
108104
-m ${{ inputs.marker != '' && inputs.marker || '""' }}
109105
working-directory: ./tests

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
go-version-file: go.mod
5353

5454
- name: Lint Code
55-
uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
55+
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0.0
5656
with:
5757
only-new-issues: true
5858

.github/workflows/regression.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,6 @@ jobs:
324324
marker: ${{ matrix.images.marker != '' && matrix.images.marker || '' }}
325325
k8s-version: ${{ matrix.k8s }}
326326
label: ${{ matrix.images.label }}
327-
azure-ad-secret: ${{ secrets.AZURE_AD_AUTOMATION }}
328327
registry-token: ${{ steps.auth.outputs.access_token }}
329328
test-image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/test-runner:${{ hashFiles('./tests/requirements.txt', './tests/Dockerfile') || 'latest' }}"
330329
plus-jwt: ${{ secrets.PLUS_JWT }}

.github/workflows/setup-smoke.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,6 @@ jobs:
185185
marker: ${{ inputs.marker != '' && inputs.marker || '' }}
186186
label: ${{ inputs.label }}
187187
k8s-version: ${{ inputs.k8s-version }}
188-
azure-ad-secret: ${{ secrets.AZURE_AD_AUTOMATION }}
189188
registry-token: ${{ steps.auth.outputs.access_token }}
190189
test-image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/test-runner:${{ hashFiles('./tests/requirements.txt', './tests/Dockerfile') || 'latest' }}"
191190
plus-jwt: ${{ secrets.PLUS_JWT }}

.github/workflows/single-image-regression.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@ jobs:
138138
marker: ${{ inputs.marker }}
139139
label: "${{ inputs.image }} regression"
140140
k8s-version: ${{ inputs.k8s-version }}
141-
azure-ad-secret: ${{ secrets.AZURE_AD_AUTOMATION }}
142141
registry-token: ${{ steps.auth.outputs.access_token }}
143142
test-image: "gcr.io/f5-gcs-7899-ptg-ingrss-ctlr/dev/test-runner:${{ hashFiles('./tests/requirements.txt', './tests/Dockerfile') }}"
144143
plus-jwt: ${{ secrets.PLUS_JWT }}

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/nginx/kubernetes-ingress
33
go 1.25.4
44

55
require (
6-
github.com/aws/aws-sdk-go-v2/config v1.31.17
6+
github.com/aws/aws-sdk-go-v2/config v1.31.18
77
github.com/aws/aws-sdk-go-v2/service/marketplacemetering v1.34.3
88
github.com/cert-manager/cert-manager v1.19.1
99
github.com/dlclark/regexp2 v1.11.5
@@ -38,7 +38,7 @@ require (
3838
github.com/Microsoft/go-winio v0.6.2 // indirect
3939
github.com/aws/aws-sdk-go-v2 v1.39.6 // indirect
4040
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
41-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 // indirect
41+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 // indirect
4242
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 // indirect
4343
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 // indirect
4444
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.13 // indirect
@@ -69,7 +69,7 @@ require (
6969
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0 // indirect
7070
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 // indirect
7171
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 // indirect
72-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 // indirect
72+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 // indirect
7373
github.com/aws/smithy-go v1.23.2 // indirect
7474
github.com/beorn7/perks v1.0.1 // indirect
7575
github.com/blang/semver/v4 v4.0.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ github.com/aws/aws-sdk-go-v2 v1.39.6 h1:2JrPCVgWJm7bm83BDwY5z8ietmeJUbh3O2ACnn+X
1919
github.com/aws/aws-sdk-go-v2 v1.39.6/go.mod h1:c9pm7VwuW0UPxAEYGyTmyurVcNrbF6Rt/wixFqDhcjE=
2020
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 h1:lL7IfaFzngfx0ZwUGOZdsFFnQ5uLvR0hWqqhyE7Q9M8=
2121
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7/go.mod h1:QraP0UcVlQJsmHfioCrveWOC1nbiWUl3ej08h4mXWoc=
22-
github.com/aws/aws-sdk-go-v2/config v1.31.17 h1:QFl8lL6RgakNK86vusim14P2k8BFSxjvUkcWLDjgz9Y=
23-
github.com/aws/aws-sdk-go-v2/config v1.31.17/go.mod h1:V8P7ILjp/Uef/aX8TjGk6OHZN6IKPM5YW6S78QnRD5c=
24-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21 h1:56HGpsgnmD+2/KpG0ikvvR8+3v3COCwaF4r+oWwOeNA=
25-
github.com/aws/aws-sdk-go-v2/credentials v1.18.21/go.mod h1:3YELwedmQbw7cXNaII2Wywd+YY58AmLPwX4LzARgmmA=
22+
github.com/aws/aws-sdk-go-v2/config v1.31.18 h1:RouG3AcF2fLFhw+Z0qbnuIl9HZ0Kh4E/U9sKwTMRpMI=
23+
github.com/aws/aws-sdk-go-v2/config v1.31.18/go.mod h1:aXZ13mSQC8S2VEHwGfL1COMuJ1Zty6pX5xU7hyqjvCg=
24+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22 h1:hyIVGBHhQPaNP9D4BaVRwpjLMCwMMdAkHqB3gGMiykU=
25+
github.com/aws/aws-sdk-go-v2/credentials v1.18.22/go.mod h1:B9E2qHs3/YGfeQZ4jrIE/nPvqxtyafZrJ5EQiZBG6pk=
2626
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13 h1:T1brd5dR3/fzNFAQch/iBKeX07/ffu/cLu+q+RuzEWk=
2727
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.13/go.mod h1:Peg/GBAQ6JDt+RoBf4meB1wylmAipb7Kg2ZFakZTlwk=
2828
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 h1:hqcxMc2g/MwwnRMod9n6Bd+t+9Nf7d5qRg7RaXKPd6o=
@@ -85,8 +85,8 @@ github.com/aws/aws-sdk-go-v2/service/sso v1.30.1 h1:0JPwLz1J+5lEOfy/g0SURC9cxhbQ
8585
github.com/aws/aws-sdk-go-v2/service/sso v1.30.1/go.mod h1:fKvyjJcz63iL/ftA6RaM8sRCtN4r4zl4tjL3qw5ec7k=
8686
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5 h1:OWs0/j2UYR5LOGi88sD5/lhN6TDLG6SfA7CqsQO9zF0=
8787
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.5/go.mod h1:klO+ejMvYsB4QATfEOIXk8WAEwN4N0aBfJpvC+5SZBo=
88-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1 h1:mLlUgHn02ue8whiR4BmxxGJLR2gwU6s6ZzJ5wDamBUs=
89-
github.com/aws/aws-sdk-go-v2/service/sts v1.39.1/go.mod h1:E19xDjpzPZC7LS2knI9E6BaRFDK43Eul7vd6rSq2HWk=
88+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0 h1:ZGDJVmlpPFiNFCb/I42nYVKUanJAdFUiSmUo/32AqPQ=
89+
github.com/aws/aws-sdk-go-v2/service/sts v1.40.0/go.mod h1:E19xDjpzPZC7LS2knI9E6BaRFDK43Eul7vd6rSq2HWk=
9090
github.com/aws/smithy-go v1.23.2 h1:Crv0eatJUQhaManss33hS5r40CG3ZFH+21XSkqMrIUM=
9191
github.com/aws/smithy-go v1.23.2/go.mod h1:LEj2LM3rBRQJxPZTB4KuzZkaZYnZPnvgIhb4pu07mx0=
9292
github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=

tests/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ K8S_CLUSTER_NAME ?= local ## The name used when creating/using a Kin
2222
# renovate: datasource=docker depName=kindest/node
2323
K8S_CLUSTER_VERSION ?= v1.34.0
2424
K8S_TIMEOUT ?= 75s ## The timeout used when creating a Kind Kubernetes cluster
25-
AD_SECRET ?=
2625
PLUS_JWT ?=
2726
PYTEST_ARGS ?=
2827
ifeq (${REGISTRY},)

tests/conftest.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,6 @@ def pytest_addoption(parser) -> None:
120120
default=NS_COUNT,
121121
help="Number for namespaces to deploy for use in test_multiple_ns_perf.py",
122122
)
123-
parser.addoption(
124-
"--ad-secret",
125-
action="store",
126-
default=os.environ.get("AZURE_AD_AUTOMATION"),
127-
help="Azure active directory secret for JWKs",
128-
)
129123
parser.addoption(
130124
"--num",
131125
action="store",

0 commit comments

Comments
 (0)