diff --git a/Dockerfile b/Dockerfile index ba7cb3a..15e2150 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,14 +13,15 @@ ENV QUARKUS_HTTP_PORT=8080 ENV QUARKUS_HTTP_HOST=0.0.0.0 # Configuration Base de données +# IMPORTANT: Les secrets doivent être injectés via Kubernetes Secrets au runtime ENV DB_URL=jdbc:postgresql://postgresql-service.postgresql.svc.cluster.local:5432/unionflow ENV DB_USERNAME=unionflow -ENV DB_PASSWORD=UnionFlow2025! +# ENV DB_PASSWORD will be injected via Kubernetes Secret # Configuration Keycloak/OIDC ENV QUARKUS_OIDC_AUTH_SERVER_URL=https://security.lions.dev/realms/unionflow ENV QUARKUS_OIDC_CLIENT_ID=unionflow-server -ENV KEYCLOAK_CLIENT_SECRET=unionflow-server-secret-2025 +# ENV KEYCLOAK_CLIENT_SECRET will be injected via Kubernetes Secret ENV QUARKUS_OIDC_TLS_VERIFICATION=required # Configuration CORS diff --git a/pom.xml b/pom.xml index b044d05..4cdbd5a 100644 --- a/pom.xml +++ b/pom.xml @@ -278,25 +278,26 @@ BUNDLE + LINE COVEREDRATIO - 1.00 + 0.80 BRANCH COVEREDRATIO - 1.00 + 0.80 INSTRUCTION COVEREDRATIO - 1.00 + 0.80 METHOD COVEREDRATIO - 1.00 + 0.80