Skip to content

Commit

Permalink
feat: update permission product name (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpetras authored Feb 19, 2024
1 parent 369d29c commit ed592d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.tkit.onecx</groupId>
<artifactId>onecx-quarkus3-parent</artifactId>
<version>0.34.0</version>
<version>0.35.0</version>
</parent>

<artifactId>onecx-permission-bff</artifactId>
Expand Down
8 changes: 8 additions & 0 deletions src/main/openapi/openapi-bff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ components:
properties:
appId:
type: string
productName:
type: string
pageNumber:
format: int32
description: The number of page.
Expand Down Expand Up @@ -502,6 +504,8 @@ components:
type: string
appId:
type: string
productName:
type: string
resource:
type: string
action:
Expand Down Expand Up @@ -580,6 +584,8 @@ components:
properties:
appId:
type: string
productName:
type: string
name:
type: string
pageNumber:
Expand Down Expand Up @@ -630,6 +636,8 @@ components:
type: string
appId:
type: string
productName:
type: string
name:
type: string
description:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed592d0

Please sign in to comment.