From d3e2990851ac1dc3abb7ab01bd597f7a8d2811d7 Mon Sep 17 00:00:00 2001 From: jperezde Date: Wed, 7 Jun 2023 18:32:32 +0200 Subject: [PATCH] Modified application.properties --- pom.xml | 5 +++++ src/main/resources/application.properties | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c035783..60df62d 100644 --- a/pom.xml +++ b/pom.xml @@ -138,6 +138,11 @@ 2.0.0 + + io.quarkus + quarkus-kubernetes-config + + diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index eca88b0..3ad9a1a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,4 +4,9 @@ # couchdb.name=scan-results # couchdb.url=https://localhost:5984 -# quarkus.hibernate-orm.database.generation=drop-and-create \ No newline at end of file +# quarkus.hibernate-orm.database.generation=drop-and-create + +# Kubernetes Secret +quarkus.openshift.env.secrets=kerberos-keytab + +quarkus.kerberos.keytab-path = ${kerberos-keytab} \ No newline at end of file