Skip to content

Commit

Permalink
remove oauth proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
crutonjohn committed Mar 27, 2024
1 parent e6cc6f9 commit 9bec5fd
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,25 @@ spec:
routes:
- kind: Rule
match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`)"
middlewares:
- name: oauth-auth
namespace: auth-system
- name: oauth-errors
namespace: auth-system
# middlewares:
# - name: oauth-auth
# namespace: auth-system
# - name: oauth-errors
# namespace: auth-system
priority: 10
services:
- name: audiobookshelf
port: 13378
- kind: Rule
match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
priority: 15
middlewares:
- name: oauth-headers
namespace: auth-system
services:
- name: google-auth-oauth2-proxy
namespace: auth-system
port: 80
# - kind: Rule
# match: "Host(`${INGRESSROUTE_SUBDOMAIN}.${FAMILY_DOMAIN}`) && PathPrefix(`/oauth2/`)"
# priority: 15
# middlewares:
# - name: oauth-headers
# namespace: auth-system
# services:
# - name: google-auth-oauth2-proxy
# namespace: auth-system
# port: 80
tls:
secretName: heyjohn-wildcard-certificate
domains:
Expand Down

0 comments on commit 9bec5fd

Please sign in to comment.