mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-03 13:30:57 +07:00
feat(tekton): enable external OAUTH authentication for Ingress
This commit is contained in:
parent
b20bf52434
commit
7b444619bb
@ -5,6 +5,9 @@ metadata:
|
||||
namespace: tekton-pipelines
|
||||
labels:
|
||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/auth-url: "https://$host/oauth2/auth"
|
||||
nginx.ingress.kubernetes.io/auth-signin: "https://$host/oauth2/start?rd=$escaped_request_uri"
|
||||
spec:
|
||||
rules:
|
||||
- host: tekton.khuedoan.com
|
||||
|
Loading…
Reference in New Issue
Block a user