Switch client cert checking subdomain to auth (from cac)
This commit is contained in:
parent
87f3c1117e
commit
91d56fff0e
@ -67,16 +67,17 @@ spec:
|
|||||||
servicePort: 80
|
servicePort: 80
|
||||||
---
|
---
|
||||||
apiVersion: extensions/v1beta1
|
apiVersion: extensions/v1beta1
|
||||||
|
apiVersion: extensions/v1beta1
|
||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: atst-cac
|
name: atst-auth
|
||||||
namespace: atat
|
namespace: atat
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
nginx.ingress.kubernetes.io/proxy-body-size: 10m
|
||||||
ingress.kubernetes.io/ssl-passthrough: "true"
|
ingress.kubernetes.io/ssl-passthrough: "true"
|
||||||
spec:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: cac.atat.codes
|
- host: auth.atat.codes
|
||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
|
Loading…
x
Reference in New Issue
Block a user