Skip to content

Commit ec3eafa

Browse files
committed
IAM: Remove proxy-rewrite from path-based Keycloak route
1 parent f1c3f9c commit ec3eafa

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

argocd/eoepca/iam/parts/apisixroute-pathbased.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ spec:
2424
- serviceName: iam-keycloak-operator-service
2525
servicePort: 8080
2626
plugins:
27-
- name: proxy-rewrite
28-
config:
29-
regex_uri:
30-
- ^(/iam/auth)$
31-
- /
32-
- ^(/iam/auth)(/.*)
33-
- $2
34-
enable: true
27+
# - name: proxy-rewrite
28+
# config:
29+
# regex_uri:
30+
# - ^(/iam/auth)$
31+
# - /
32+
# - ^(/iam/auth)(/.*)
33+
# - $2
34+
# enable: true
3535
- name: opa
3636
match:
3737
hosts:

0 commit comments

Comments
 (0)