Skip to content

Commit

Permalink
Merge branch 'main' into feat/KF-5996/metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein authored Jul 31, 2024
2 parents 6dd4efb + d74befd commit ecf54a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ async def test_enable_ingress_auth(ops_test: OpsTest):
config={
"static-username": USERNAME,
"static-password": PASSWORD,
"public-url": regular_ingress_gateway_ip,
},
)

Expand All @@ -264,13 +263,10 @@ async def test_enable_ingress_auth(ops_test: OpsTest):
channel=OIDC_GATEKEEPER_CHANNEL,
trust=OIDC_GATEKEEPER_TRUST,
)

await ops_test.model.integrate(f"{ISTIO_PILOT}:ingress", f"{DEX_AUTH}:ingress")
await ops_test.model.integrate(f"{ISTIO_PILOT}:ingress", f"{OIDC_GATEKEEPER}:ingress")
await ops_test.model.integrate(f"{OIDC_GATEKEEPER}:oidc-client", f"{DEX_AUTH}:oidc-client")
await ops_test.model.integrate(
f"{OIDC_GATEKEEPER}:dex-oidc-config", f"{DEX_AUTH}:dex-oidc-config"
)
await ops_test.model.integrate(f"{OIDC_GATEKEEPER}:dex-oidc-config", f"{DEX_AUTH}:dex-oidc-config")
await ops_test.model.integrate(
f"{ISTIO_PILOT}:ingress-auth", f"{OIDC_GATEKEEPER}:ingress-auth"
)
Expand Down

0 comments on commit ecf54a0

Please sign in to comment.