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