mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 18:09:58 +00:00
fix(hack): add signerName to CSR
This commit is contained in:
committed by
Dario Tranchitella
parent
a2fda44110
commit
d5a702ceae
@@ -65,6 +65,7 @@ kind: CertificateSigningRequest
|
|||||||
metadata:
|
metadata:
|
||||||
name: ${USER}-${TENANT}
|
name: ${USER}-${TENANT}
|
||||||
spec:
|
spec:
|
||||||
|
signerName: kubernetes.io/kube-apiserver-client
|
||||||
groups:
|
groups:
|
||||||
- system:authenticated
|
- system:authenticated
|
||||||
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
||||||
|
|||||||
@@ -60,6 +60,7 @@ kind: CertificateSigningRequest
|
|||||||
metadata:
|
metadata:
|
||||||
name: ${USER}-${TENANT}
|
name: ${USER}-${TENANT}
|
||||||
spec:
|
spec:
|
||||||
|
signerName: kubernetes.io/kube-apiserver-client
|
||||||
groups:
|
groups:
|
||||||
- system:authenticated
|
- system:authenticated
|
||||||
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
||||||
|
|||||||
Reference in New Issue
Block a user