Skip to content

Commit

Permalink
[PNPG-244] feat: added Authentication header propagation for selfcare…
Browse files Browse the repository at this point in the history
…-user clients (#555)
  • Loading branch information
empassaro authored Oct 18, 2024
1 parent 59cc1e9 commit 4ff4ec5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/onboarding-ms/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ quarkus.rest-client."org.openapi.quarkus.core_json.api.InstitutionApi".url=${MS_
quarkus.rest-client."org.openapi.quarkus.core_json.api.InstitutionApi".read-timeout=60000

quarkus.openapi-generator.codegen.spec.user_json.mutiny=true
quarkus.openapi-generator.codegen.spec.user_json.additional-api-type-annotations=@org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders(it.pagopa.selfcare.onboarding.client.auth.AuthenticationPropagationHeadersFactory.class)
quarkus.openapi-generator.codegen.spec.user_json.additional-model-type-annotations=@lombok.Builder; @lombok.NoArgsConstructor; @lombok.AllArgsConstructor
quarkus.openapi-generator.codegen.spec.user_json.enable-security-generation=false
quarkus.rest-client."org.openapi.quarkus.user_json.api.InstitutionApi".url=${MS_USER_URL:http://localhost:8080}

quarkus.rest-client."org.openapi.quarkus.user_json.api.InstitutionApi".read-timeout=60000

mp.openapi.extensions.smallrye.operationIdStrategy=METHOD

Expand Down

0 comments on commit 4ff4ec5

Please sign in to comment.