diff --git a/.github/workflows/build-deploy-app.yml b/.github/workflows/build-deploy-app.yml index 4542b3b..7780504 100644 --- a/.github/workflows/build-deploy-app.yml +++ b/.github/workflows/build-deploy-app.yml @@ -2,8 +2,12 @@ on: release: types: [ published ] pull_request: ## ONLY FOR TESTING, SHOULD BE REMOVED AFTER DEPLOY PR IS MERGED +<<<<<<< HEAD branches: - master +======= + branches: [nais-deploy] +>>>>>>> master push: branches: - master diff --git a/Dockerfile b/Dockerfile index 331232b..bfc41f9 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,9 @@ FROM azul/zulu-openjdk:21 RUN apt-get -qq update && apt-get -y dist-upgrade && apt-get -y --no-install-recommends install curl -COPY target/dapla-dlp-pseudo-service-*.jar dapla-dlp-pseudo-service.jar +COPY target/pseudo-service-*.jar pseudo-service.jar COPY src/main/resources/logback*.xml /conf/ COPY conf/bootstrap.yml /conf/ COPY conf/application.yml /conf/ COPY conf/application-sid-client.yml /conf/ EXPOSE 10210 -CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005", "-Dcom.sun.management.jmxremote", "-Dmicronaut.bootstrap.context=true", "-Xmx8g", "-jar", "dapla-dlp-pseudo-service.jar"] +CMD ["java", "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005", "-Dcom.sun.management.jmxremote", "-Dmicronaut.bootstrap.context=true", "-Xmx8g", "-jar", "pseudo-service.jar"] diff --git a/Makefile b/Makefile index 589e0f2..f1d5acc 100644 --- a/Makefile +++ b/Makefile @@ -14,7 +14,7 @@ build-mvn: ## Build project and install to you local maven repo .PHONY: build-docker build-docker: ## Build dev docker image - docker build -t dapla-dlp-pseudo-service:dev -f Dockerfile . + docker build -t pseudo-service:dev -f Dockerfile . .PHONY: init-local-config init-local-config: ## Initialize the private folder to hold your local offline untracked configuration @@ -28,7 +28,7 @@ validate-local-config: ## Validate and echo local app config .PHONY: run-local run-local: validate-local-config - java ${JAVA_OPTS} --enable-preview -Dmicronaut.config.files=conf/application-local.yml -Dmicronaut.environments=local,local-sid -jar target/dapla-dlp-pseudo-service-*-SNAPSHOT.jar + java ${JAVA_OPTS} --enable-preview -Dmicronaut.config.files=conf/application-local.yml -Dmicronaut.environments=local,local-sid -jar target/pseudo-service-*-SNAPSHOT.jar .PHONY: release-dryrun release-dryrun: ## Simulate a release in order to detect any issues diff --git a/SECURITY.md b/SECURITY.md index 8d9f5c3..09a30b9 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,4 +9,4 @@ the security and privacy of all our users. ## Reporting a Vulnerability If you believe you have found a security vulnerability in any of SSB's GitHub -repositories, please report it to us using the [Github Private vulnerability reporting tool](https://github.com/statisticsnorway/dapla-dlp-pseudo-service/security/advisories). +repositories, please report it to us using the [Github Private vulnerability reporting tool](https://github.com/statisticsnorway/pseudo-service/security/advisories). diff --git a/conf/idea/runConfigurations/pseudo-service-local-gcp.run.xml b/conf/idea/runConfigurations/pseudo-service-local-gcp.run.xml index b84e9ac..700aa98 100644 --- a/conf/idea/runConfigurations/pseudo-service-local-gcp.run.xml +++ b/conf/idea/runConfigurations/pseudo-service-local-gcp.run.xml @@ -1,6 +1,6 @@ - +