summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-30 11:29:19 +0200
committerJan Malkiewicz <jan.malkiewicz@nokia.com>2020-09-30 13:02:59 +0200
commit93fdf569416a631dfc9aa0f5e0173c70a70d931a (patch)
treec4c07c6561ad4dd1d0acc3becb629c5c6411d9e3 /pom.xml
parent8dd3ea1c8851249904cf6e6000f099246d3f0761 (diff)
[OOM-K8S-CERT-EXTERNAL-PROVIDER] Add project
This project is a GOlang implementation of an external provider for kubernetes cert-manager. External provider will use OOM CertService as backend signing CA. Issue-ID: OOM-2559 Signed-off-by: Jan Malkiewicz <jan.malkiewicz@nokia.com> Change-Id: Ide31ca64c29763c9d4e9bdf58d8f50ffddcaaf5d
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 528993b1..a867349f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@
<module>certService</module>
<module>certServiceClient</module>
<module>certServicePostProcessor</module>
+ <module>certServiceK8sExternalProvider</module>
</modules>
<build>