Statisk data forvalter fjernet direkte tilgang mot kodeverk-api #3692
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Denne får sikkerhet på nyåret, router nå gjennom testnav-kodeverk-service for at den fortsatt skal fungere etter tips fra Kåsene 👍
This pull request includes several changes to update the references from
kodeverk-api
totestnav-kodeverk-service
across multiple configuration and source files. The most important changes include updates to configuration files, Java classes, and test classes.Configuration updates:
apps/kodeverk-service/config.yml
: Addedtestnorge-statisk-data-forvalter
to the list of applications.apps/testnorge-statisk-data-forvalter/config.yml
: Replacedkodeverk
withtestnav-kodeverk-service
and updated the cluster todev-gcp
.apps/testnorge-statisk-data-forvalter/src/main/resources/application-local.yml
: Addedtestnav-kodeverk-service
with its URL.apps/testnorge-statisk-data-forvalter/src/main/resources/application.yml
: Replacedkodeverk-api
withtestnav-kodeverk-service
and updated the namespace and cluster.apps/testnorge-statisk-data-forvalter/src/test/resources/application-test.yml
: Replacedkodeverk
withtestnav-kodeverk-service
and updated the namespace.Java class updates:
apps/testnorge-statisk-data-forvalter/src/main/java/no/nav/registre/sdforvalter/config/Consumers.java
: ReplacedkodeverkApi
withtestnavKodeverkService
.apps/testnorge-statisk-data-forvalter/src/main/java/no/nav/registre/sdforvalter/consumer/rs/kodeverk/KodeverkConsumer.java
: Updated the base URL to usetestnavKodeverkService
.Test class updates:
apps/testnorge-statisk-data-forvalter/src/test/java/no/nav/registre/sdforvalter/provider/rs/OrkestreringControllerAaregIntegrationTest.java
: Updated the URL paths in multiple test methods to usetestnav-kodeverk-service
. [1] [2] [3] [4] [5]