diff --git a/pom.xml b/pom.xml
index f707e80..b121f24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
org.tkit.onecx
onecx-quarkus3-parent
- 0.34.0
+ 0.35.0
onecx-permission-bff
diff --git a/src/main/openapi/openapi-bff.yaml b/src/main/openapi/openapi-bff.yaml
index 29da29b..0d7503f 100644
--- a/src/main/openapi/openapi-bff.yaml
+++ b/src/main/openapi/openapi-bff.yaml
@@ -434,6 +434,8 @@ components:
properties:
appId:
type: string
+ productName:
+ type: string
pageNumber:
format: int32
description: The number of page.
@@ -502,6 +504,8 @@ components:
type: string
appId:
type: string
+ productName:
+ type: string
resource:
type: string
action:
@@ -580,6 +584,8 @@ components:
properties:
appId:
type: string
+ productName:
+ type: string
name:
type: string
pageNumber:
@@ -630,6 +636,8 @@ components:
type: string
appId:
type: string
+ productName:
+ type: string
name:
type: string
description:
diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties
index 85d99fb..fc97f2b 100644
--- a/src/main/resources/application.properties
+++ b/src/main/resources/application.properties
@@ -49,6 +49,7 @@ quarkus.test.integration-test-profile=test
%test.quarkus.mockserver.devservices.config-dir=/mockserver
%test.quarkus.mockserver.devservices.log=false
%test.quarkus.mockserver.devservices.reuse=true
+%test.onecx.permissions.product-name=applications
%test.quarkus.rest-client.onecx_permission_svc.url=${quarkus.mockserver.endpoint}
%test.quarkus.rest-client.onecx_workspace_svc.url=${quarkus.mockserver.endpoint}
%test.tkit.rs.context.token.header-param=apm-principal-token