Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move 4223 sette opp byggepipeline for integrasjonspunktet i ny plattform #1246

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

larsbard
Copy link
Contributor

No description provided.

@larsbard larsbard requested a review from Hmengland January 23, 2025 11:50
keystore:
password: changeit
path: crt/test-certificates.jks
alias: '974720760'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

endpoint: https://qaoffentlig.meldingsformidler.digipost.no/api/ebms
mpcId: no_difi_move_integrasjonspunkt-dev
fiks:
pollingrate: '15000'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dev-profilen i integrasjonspunktet er for lokal utvikling. Bør kanskje omdøypast til dev-local?

org:
keystore:
password: changeit
path: crt/test-certificates.jks
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denne stien går til ei fil som ikkje er med i kodebasen. Føresler å fjerna verdien, saman med alias nedanfor.

serviceregistryEndpoint: https://eformidling.dev/adressetjeneste
oidc:
keystore:
alias: digdir-test-eformidling
Copy link
Contributor

@johannmo johannmo Jan 29, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Føresler å fjerna alle referansar til konkrete sertifikat.

baseUrl: https://test.svarut.ks.no/tjenester/svarinn
nextmove:
serviceBus:
pollingrate: '5000'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

import: optional:file:integrasjonspunkt-local.yml
logging:
level:
'no':
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overstyring av log-nivå kan fjernast.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Gjeld alle innstillingar i denne seksjonen.

difi:
move:
oidc:
enable: 'false'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

endpointUrl: http://host.docker.internal:8001/dpf
username: username
inn:
username: '910075918'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

username: username
inn:
username: '910075918'
mailOnError: 'false'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

mailOnError: 'false'
password: password
baseUrl: http://host.docker.internal:8001/svarinn
pollingrate: '10000'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

baseUrl: http://host.docker.internal:8001/svarinn
pollingrate: '10000'
org:
number: '910075918'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

keystore:
password: changeit
path: cloud:mock.jks
alias: '910075918'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

path: cloud:mock.jks
alias: '910075918'
sign:
enable: 'false'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

certificate:
recipe: classpath:/pki/recipe-dpi-move-difiSigned.xml
feature:
enableDPE: 'true'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

nextmove:
serviceBus:
baseUrl: host.docker.internal:8001/dpe
useHttps: 'false'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fnuttane kan fjernast.

'no':
difi: INFO
digdir: INFO
'*': WARNING
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"'*': WARNING" er ukjent for meg.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WARN finst.

@@ -36,7 +36,7 @@
@Import({FixedClockConfig.class, JacksonConfig.class, JacksonMockitoConfig.class})
@WebMvcTest(CapabilitiesController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -48,7 +48,7 @@
@Import({FixedClockConfig.class, JacksonConfig.class, JacksonMockitoConfig.class})
@WebMvcTest(ConversationController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -61,7 +61,7 @@
ValidationConfig.class})
@WebMvcTest(IntegrasjonspunktErrorController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -54,7 +54,7 @@
@Import({FixedClockConfig.class, JacksonConfig.class, JacksonMockitoConfig.class})
@WebMvcTest(MessageStatusController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -68,7 +68,7 @@
NextMoveMessageInController.class})
@WebMvcTest(NextMoveMessageInController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -46,7 +46,7 @@
@Import({FixedClockConfig.class, JacksonConfig.class, JacksonMockitoConfig.class})
@WebMvcTest(SubscriptionController.class)
@AutoConfigureMoveRestDocs
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -31,7 +31,7 @@
@Import({FixedClockConfig.class, JacksonConfig.class, JacksonMockitoConfig.class})
@WebMvcTest(WebhookEventExampleController.class)
@AutoConfigureRestDocs(uriHost = "your.pushendpoint.com", uriPort = 80)
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -20,7 +20,7 @@

@ExtendWith(SpringExtension.class)
@JsonTest
@TestPropertySource("classpath:/config/application-test.properties")
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

@@ -19,6 +21,8 @@
import static org.assertj.core.api.Assertions.assertThat;

@DataJpaTest
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

import java.time.OffsetDateTime;

import static org.junit.Assert.assertTrue;

@DataJpaTest
@TestPropertySource("classpath:/config/application-test.yml")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TestPropertySource fungerar ikkje med YAML-filer. Gotcha i Spring Boot.

Copy link
Contributor

@johannmo johannmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sjå kommentarar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants