summaryrefslogtreecommitdiffstats
path: root/certServiceK8sExternalProvider/deploy
diff options
context:
space:
mode:
authorTomasz Wrobel <tomasz.wrobel@nokia.com>2021-07-21 15:37:56 +0200
committerTomasz Wrobel <tomasz.wrobel@nokia.com>2021-07-21 16:52:46 +0200
commitb151ffacf655f2e14f99c6850c53bee562c24e9e (patch)
tree59e7b861d67883ed09f4e76280543d46ca988e8e /certServiceK8sExternalProvider/deploy
parent57d9b2c0a7956306e54234233b8330628ac9f960 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add handling request when updateEnpoint is missing
Issue-ID: OOM-2753 Signed-off-by: Tomasz Wrobel <tomasz.wrobel@nokia.com> Change-Id: I06fc3043787631b83cc776b1e446700bd13f9863
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