All Downloads are FREE. Search and download functionalities are using the official Maven repository.

rocks.microcks-kube-operator.0.0.1.source-code.application.properties Maven / Gradle / Ivy

The newest version!
# Configure the log level.
quarkus.log.level=INFO
quarkus.log.console.level=INFO
quarkus.log.category."io.github.microcks"=INFO
quarkus.log.category."io.javaoperatorsdk.operator"=INFO

quarkus.qute.suffixes=json,yml,yaml,properties,xml,txt,qute
quarkus.qute.strict-rendering=false

# TODO: Workaround for accepting untrusted certs
quarkus.kubernetes-client.trust-certs=true

# Do not validate CRD presence as it requires cluster-admin privileges.
quarkus.operator-sdk.crd.validate=false

# We need to add all build-args for native here. It does seem to work when in pom.xml
quarkus.native.additional-build-args=\
  -H:ReflectionConfigurationFiles=reflection-config.json,\
  --initialize-at-run-time=org.apache.commons.lang3.RandomStringUtils\\,org.apache.http.conn.ssl.SSLConnectionSocketFactory\\,org.apache.http.conn.ssl.AllowAllHostnameVerifier\\,org.apache.http.conn.ssl.BrowserCompatHostnameVerifier\\,org.apache.http.conn.ssl.StrictHostnameVerifier\\,org.apache.http.impl.auth.NTLMEngineImpl\\,io.github.microcks.client.KeycloakClient,\
  --features=io.github.microcks.operator.RuntimeReflectionRegistrationFeature
  #--allow-incomplete-classpath,\ This is now the default and does not change anything.
  #--initialize-at-run-time=org.bouncycastle.jcajce.provider.drbg.DRBG\\$NonceAndIV\\,org.bouncycastle.jcajce.provider.drbg.DRBG\\$Default\\




© 2015 - 2024 Weber Informatics LLC | Privacy Policy