mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-05 13:08:52 +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
|
namespace: tekton-pipelines
|
||||||
labels:
|
labels:
|
||||||
cert-manager.io/cluster-issuer: "selfsigned-cluster-issuer"
|
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:
|
spec:
|
||||||
rules:
|
rules:
|
||||||
- host: tekton.khuedoan.com
|
- host: tekton.khuedoan.com
|
||||||
|
Loading…
Reference in New Issue
Block a user