Skip to content

Commit 9bec5fd

Browse files
committed
remove oauth proxy
1 parent e6cc6f9 commit 9bec5fd

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

clusters/apps/env/production/media/audiobookshelf/app/ingressroute.yaml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,25 @@ spec:
1111
routes:
1212
- kind: Rule
1313
match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`)"
14-
middlewares:
15-
- name: oauth-auth
16-
namespace: auth-system
17-
- name: oauth-errors
18-
namespace: auth-system
14+
# middlewares:
15+
# - name: oauth-auth
16+
# namespace: auth-system
17+
# - name: oauth-errors
18+
# namespace: auth-system
1919
priority: 10
2020
services:
2121
- name: audiobookshelf
2222
port: 13378
23-
- kind: Rule
24-
match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
25-
priority: 15
26-
middlewares:
27-
- name: oauth-headers
28-
namespace: auth-system
29-
services:
30-
- name: google-auth-oauth2-proxy
31-
namespace: auth-system
32-
port: 80
23+
# - kind: Rule
24+
# match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
25+
# priority: 15
26+
# middlewares:
27+
# - name: oauth-headers
28+
# namespace: auth-system
29+
# services:
30+
# - name: google-auth-oauth2-proxy
31+
# namespace: auth-system
32+
# port: 80
3333
tls:
3434
secretName: heyjohn-wildcard-certificate
3535
domains:

0 commit comments

Comments
 (0)