onecx-user-profile-bff
Default properties
src/main/resources/application.properties
quarkus.http.auth.permission.health.paths=/q/*
quarkus.http.auth.permission.health.policy=permit
quarkus.http.auth.permission.default.paths=/*
quarkus.http.auth.permission.default.policy=authenticated
onecx.permissions.application-id=${quarkus.application.name}
org.eclipse.microprofile.rest.client.propagateHeaders=apm-principal-token
quarkus.http.filter.images.header."Cache-Control"=max-age=432000
quarkus.http.filter.images.matches=/me/avatar
quarkus.http.filter.images.methods=GET
%prod.quarkus.rest-client.onecx_user_profile_svc.url=http://onecx-user-profile-svc:8080
%prod.quarkus.rest-client.onecx_image_svc.url=http://onecx-user-profile-avatar-svc:8080
%prod.quarkus.oidc-client.client-id=${quarkus.application.name}
%prod.quarkus.rest-client.onecx_user_profile_svc.providers=io.quarkus.oidc.client.reactive.filter.OidcClientRequestReactiveFilter
%prod.quarkus.rest-client.onecx_image_svc.providers=io.quarkus.oidc.client.reactive.filter.OidcClientRequestReactiveFilter
quarkus.openapi-generator.codegen.input-base-dir=target/tmp/openapi
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.config-key=onecx_user_profile_svc
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.base-package=gen.org.tkit.onecx.user.profile.bff.clients
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.return-response=true
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.additional-api-type-annotations=@org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders;
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.additional-model-type-annotations=@io.quarkus.runtime.annotations.RegisterForReflection;
quarkus.openapi-generator.codegen.spec.onecx_userprofile_internal_openapi_yaml.enable-security-generation=false
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.config-key=onecx_image_svc
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.base-package=gen.org.tkit.onecx.image.bff.clients
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.return-response=true
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.additional-api-type-annotations=@org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders;
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.type-mappings.File=byte[]
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.additional-model-type-annotations=@io.quarkus.runtime.annotations.RegisterForReflection;
quarkus.openapi-generator.codegen.spec.onecx_image_internal_openapi_yaml.enable-security-generation=false
Extensions
Extensions |
Documentation |
Configuration |
Version |
|---|---|---|---|
quarkus-rest |
3.27.1 |
||
quarkus-smallrye-openapi |
3.27.1 |
||
quarkus-rest-jackson |
3.27.1 |
||
quarkus-smallrye-health |
3.27.1 |
||
quarkus-openapi-generator |
2.13.0-lts |
||
quarkus-rest-client-jackson |
3.27.1 |
||
tkit-quarkus-log-cdi |
4.6.0 |
||
tkit-quarkus-log-rs |
4.6.0 |
||
tkit-quarkus-log-json |
4.6.0 |
||
tkit-quarkus-rest |
4.6.0 |
||
quarkus-hibernate-validator |
3.27.1 |
||
tkit-quarkus-rest-context |
4.6.0 |
||
onecx-permissions |
2.3.0 |
||
quarkus-oidc |
3.27.1 |
||
tkit-quarkus-security |
4.6.0 |
||
onecx-core |
2.3.0 |
||
quarkus-micrometer-registry-prometheus |
3.27.1 |
||
quarkus-opentelemetry |
3.27.1 |
||
quarkus-arc |
3.27.1 |
||
quarkus-container-image-docker |
3.27.1 |
||
quarkus-rest-client-oidc-filter |
3.27.1 |
| | | 3.20.2.1
|===th
| | | 2.40.0
|===ttps://github.com/quarkusio/quarkusio.github.io/blob/develop/_generated-doc/latest/config/quarkus-container-image-docker.adoc[Link] | 3.15.1
| quarkus-rest-client-oidc-filter
| | | 3.15.1
=== Container === Helm Default values .src/main/helm/values.yaml [source,yaml] ---- app: name: bff image: repository: "onecx/onecx-user-profile-bff" operator: # Permission permission: enabled: true spec: permissions: userProfile: read: permission on all GET requests and POST search write: permission on PUT, POST, PATCH requests, where objects are saved or updated delete: permission on all DELETE requests adminRead: permission on all admin related GET requests and POST search adminWrite: permission on all admin related PUT, POST, PATCH requests, where objects are saved or updated adminDelete: permission on all admin related DELETE requests keycloak: client: enabled: true spec: kcConfig: defaultClientScopes: [ ocx-up:all, ocx-pm:read ] microservice: spec: description: OneCX User Profile Backend For Frontend name: OneCX User Profile BFF ---- cription: OneCX User Profile Backend For Frontend name: OneCX User Profile BFF ---- |