Skip to content

Commit

Permalink
Also do not redirect kassring paths with postpending /
Browse files Browse the repository at this point in the history
  • Loading branch information
tu55eladd committed Jul 26, 2024
1 parent b068e11 commit cbe0b12
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy gcp dev og prod
on:
workflow_dispatch:
push:
branches:
- gcp-main-2
# branches:
# - gcp-main-2

permissions:
packages: write
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy_feature_branch_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Deploy feature branch GCP
run-name: Deploy feature branch ${{ github.ref_name }} by @${{ github.actor }}
on:
workflow_dispatch:
push:
branches:
- gcp-main-2

permissions:
packages: write
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ class ProxyToOnPremGateway(
.or(path("/internal/isReady")
.or(path("/internal/selftest"))
.or(path("/internal/kassering"))
.or(path("/internal/kassering/"))
.or(path("/internal/kassering/dialog"))
.or(path("/internal/kassering/dialog/"))
).negate(), sendToOnPrem
)
.before(oboExchange { proxyToOnPremTokenProvider.getProxyToken() })
Expand Down

0 comments on commit cbe0b12

Please sign in to comment.