Skip to content

Commit

Permalink
Update default config
Browse files Browse the repository at this point in the history
  • Loading branch information
ununhexium committed Aug 20, 2024
1 parent 399cbd5 commit d6ff030
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ please see [changelog_updates.md](docs/dev/changelog_updates.md).

### Deployment Migration Notes

#### logging-house-client extension

If the extension is to be switched off, the following must now be set, as the extension is now activated by default when integrated:
- `EDC_LOGGINGHOUSE_EXTENSION_ENABLED: 'false'`

#### Compatible Versions

- Connector Backend Docker Images:
Expand Down
4 changes: 2 additions & 2 deletions docs/api/sovity-edc-api-wrapper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -603,11 +603,11 @@ components:
DataSourceType:
type: string
description: Supported Data Source Types by UiDataSource
default: CUSTOM
enum:
- HTTP_DATA
- ON_REQUEST
- CUSTOM
default: CUSTOM
SecretValue:
type: object
properties:
Expand Down Expand Up @@ -815,14 +815,14 @@ components:
UiDataSourceHttpDataMethod:
type: string
description: Supported HTTP Methods by UiDataSource
default: GET
enum:
- GET
- POST
- PUT
- PATCH
- DELETE
- OPTIONS
default: GET
UiDataSourceOnRequest:
required:
- contactEmail
Expand Down
5 changes: 5 additions & 0 deletions launchers/.env.connector
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,8 @@ EDC_VAULT=/app/empty-properties-file.properties

# Base URL for the On Request asset datasource, as reachable by the data plane
MY_EDC_DATASOURCE_PLACEHOLDER_BASEURL=${EDC_DSP_CALLBACK_ADDRESS}

# Make the Logging House use the same DB as the EDC
EDC_DATASOURCE_LOGGINGHOUSE_URL=${MY_EDC_JDBC_URL}
EDC_DATASOURCE_LOGGINGHOUSE_USER=${MY_EDC_JDBC_USER}
EDC_DATASOURCE_LOGGINGHOUSE_PASSWORD=${MY_EDC_JDBC_PASSWORD}

0 comments on commit d6ff030

Please sign in to comment.