feat(tekton): enable external OAUTH authentication for Ingress

This commit is contained in:
Khue Doan 2021-11-26 16:24:11 +07:00
parent b20bf52434
commit 7b444619bb

View File

@ -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