Skip to content

Commit

Permalink
Fix kics high finding
Browse files Browse the repository at this point in the history
  • Loading branch information
tunacicek committed Aug 14, 2023
1 parent 0da1ecd commit e3adab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ discoveryfinder:
publicClientId:

server:
port: 4243
port: 4244
ssl:
key-store-password: __KEYSTOREPASSWORD__
key-store: classpath:conf/__KEYSTOREFILENAME__.p12
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/DiscoveryEndpointCollection'
type: object
examples:
complete:
$ref: '#/components/examples/discovery-endpoint-search-result'
Expand All @@ -106,6 +105,7 @@ components:
schemas:
DiscoveryEndpoint:
title: DiscoveryEndpoint
type: object
required:
- type
- description
Expand Down

0 comments on commit e3adab9

Please sign in to comment.