mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-02-14 09:59:57 +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:
|
||||
name: ${USER}-${TENANT}
|
||||
spec:
|
||||
signerName: kubernetes.io/kube-apiserver-client
|
||||
groups:
|
||||
- system:authenticated
|
||||
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
||||
|
||||
@@ -60,6 +60,7 @@ kind: CertificateSigningRequest
|
||||
metadata:
|
||||
name: ${USER}-${TENANT}
|
||||
spec:
|
||||
signerName: kubernetes.io/kube-apiserver-client
|
||||
groups:
|
||||
- system:authenticated
|
||||
request: $(cat ${TMPDIR}/${USER}-${TENANT}.csr | base64 | tr -d '\n')
|
||||
|
||||
Reference in New Issue
Block a user