@@ -66,6 +66,15 @@ spec:
entryPoints:
- web
routes:
+ - kind: Rule
+ match: Host(`oidc-dev.ahxpm.com`) && PathPrefix(`/ahx-oidc`)
+ middlewares:
+ - name: ahx-oidc-strip
+ - name: ahx-oidc.cors-header
+ priority: 200
+ services:
+ - name: ahx-oidc
+ port: 80
- kind: Rule
match: Host(`oidc-dev.ahxpm.com`) && PathPrefix(`/api`)
middlewares: