summaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'certServiceK8sExternalProvider/deploy')
-rw-r--r--certServiceK8sExternalProvider/deploy/configuration.yaml1
-rw-r--r--certServiceK8sExternalProvider/deploy/crd.yaml4
2 files changed, 5 insertions, 0 deletions
diff --git a/certServiceK8sExternalProvider/deploy/configuration.yaml b/certServiceK8sExternalProvider/deploy/configuration.yaml
index 5764a52a..45fc5c4f 100644
--- a/certServiceK8sExternalProvider/deploy/configuration.yaml
+++ b/certServiceK8sExternalProvider/deploy/configuration.yaml
@@ -31,6 +31,7 @@ spec:
url: https://oom-cert-service:8443
healthEndpoint: actuator/health
certEndpoint: v1/certificate
+ updateEndpoint: v1/certificate-update
caName: RA
certSecretRef:
name: cmpv2-issuer-secret
diff --git a/certServiceK8sExternalProvider/deploy/crd.yaml b/certServiceK8sExternalProvider/deploy/crd.yaml
index b14d8063..71fb58eb 100644
--- a/certServiceK8sExternalProvider/deploy/crd.yaml
+++ b/certServiceK8sExternalProvider/deploy/crd.yaml
@@ -66,6 +66,9 @@ spec:
certEndpoint:
description: Path of cerfificate signing enpoint.
type: string
+ updateEndpoint:
+ description: Path of certificate update endpoint.
+ type: string
caName:
description: Name of the external CA server configured on CertService API side.
type: string
@@ -99,6 +102,7 @@ spec:
- url
- healthEndpoint
- certEndpoint
+ - updateEndpoint
- caName
- certSecretRef
type: object