Skip to content

Commit

Permalink
drop public-url config option
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Jul 30, 2024
1 parent 73289d9 commit 239d4dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ async def test_enable_ingress_auth(ops_test: OpsTest):
OIDC_GATEKEEPER,
channel=OIDC_GATEKEEPER_CHANNEL,
trust=OIDC_GATEKEEPER_TRUST,
config={"public-url": regular_ingress_gateway_ip},
)

await ops_test.model.add_relation(f"{ISTIO_PILOT}:ingress", f"{DEX_AUTH}:ingress")
Expand Down

0 comments on commit 239d4dd

Please sign in to comment.