From 93fdf569416a631dfc9aa0f5e0173c70a70d931a Mon Sep 17 00:00:00 2001 From: Jan Malkiewicz Date: Wed, 30 Sep 2020 11:29:19 +0200 Subject: [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 Change-Id: Ide31ca64c29763c9d4e9bdf58d8f50ffddcaaf5d --- certServiceK8sExternalProvider/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 certServiceK8sExternalProvider/README.md (limited to 'certServiceK8sExternalProvider/README.md') diff --git a/certServiceK8sExternalProvider/README.md b/certServiceK8sExternalProvider/README.md new file mode 100644 index 00000000..55eb0d0c --- /dev/null +++ b/certServiceK8sExternalProvider/README.md @@ -0,0 +1,9 @@ +## Project seed for applications written in go lang + +### Build project + +Just run **mvn** command without any parameters (which is by default equal to **mvn clean package**). + +The output executable file will be present in bin directory with name: **onap-golang-helloworld-1.0.0-SNAPSHOT** + +To run the program just type: **bin/onap-golang-helloworld-1.0.0-SNAPSHOT** -- cgit 1.2.3-korg