Skip to content

Commit 9bae33c

Browse files
committed
2.0.2 tar.gz files, new config parameters and parameter fix
1 parent c640db4 commit 9bae33c

4 files changed

Lines changed: 23 additions & 9 deletions

File tree

1.6 KB
Binary file not shown.
1.81 KB
Binary file not shown.

docs/src/operations/v2.0.2/bpe/configuration.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ icon: config
171171
- **Required:** No
172172
- **Description:** FHIR server connections YAML config for v2 process plugins
173173

174-
<!-- see https://github.com/datasharingframework/dsf/issues/411
174+
175175
### DEV_DSF_BPE_FHIR_CLIENT_CONNECTIONS_CONFIG_DEFAULT_ENABLE_DEBUG_LOGGING
176176
- **Property:** dev.dsf.bpe.fhir.client.connections.config.default.enable.debug.logging
177177
- **Required:** No
@@ -180,21 +180,21 @@ icon: config
180180
- **Default:** `false`
181181

182182

183-
### DEV_DSF_BPE_FHIR_CLIENT_CONNECTIONS_CONFIG_DEFAULT_ENABLE_DEBUG_LOGGING
184-
- **Property:** dev.dsf.bpe.fhir.client.connections.config.default.enable.debug.logging
185-
- **Required:** No
186-
- **Description:** FHIR server connections YAML: Default value for properties `oidc-auth.verify-authorized-party`
187-
- **Recommendation:** To disable verification of the authorized party (aud) claim by default set to `false`
188-
- **Default:** `true`
189-
-->
190-
191183
### DEV_DSF_BPE_FHIR_CLIENT_CONNECTIONS_CONFIG_DEFAULT_OIDC_DISCOVERY_PATH
192184
- **Property:** dev.dsf.bpe.fhir.client.connections.config.default.oidc.discovery.path
193185
- **Required:** No
194186
- **Description:** FHIR server connections YAML: Default value for property `oidc-auth.discovery-path`
195187
- **Default:** `/.well-known/openid-configuration`
196188

197189

190+
### DEV_DSF_BPE_FHIR_CLIENT_CONNECTIONS_CONFIG_DEFAULT_OIDC_VERIFY_AUTHORIZED_PARTY
191+
- **Property:** dev.dsf.bpe.fhir.client.connections.config.default.oidc.verify.authorized.party
192+
- **Required:** No
193+
- **Description:** FHIR server connections YAML: Default value for properties `oidc-auth.verify-authorized-party`
194+
- **Recommendation:** To disable verification of the authorized party (aud) claim by default set to `false`
195+
- **Default:** `true`
196+
197+
198198
### DEV_DSF_BPE_FHIR_CLIENT_CONNECTIONS_CONFIG_DEFAULT_TEST_CONNECTION_ON_STARTUP
199199
- **Property:** dev.dsf.bpe.fhir.client.connections.config.default.test.connection.on.startup
200200
- **Required:** No
@@ -747,6 +747,13 @@ icon: config
747747
- **Default:** `TEXT_MDC`
748748

749749

750+
### DEV_DSF_LOG_MIN_LEVEL_LOGGERS
751+
- **Property:** dev.dsf.log.min.level.loggers
752+
- **Required:** No
753+
- **Description:** List of logger names that are enabled to produce log output with the minimal configured log level from `DEV_DSF_LOG_CONSOLE_OUT_LEVEL`, `DEV_DSF_LOG_CONSOLE_ERR_LEVEL` and `DEV_DSF_LOG_FILE_LEVEL`
754+
- **Default:** `dev.dsf, de.medizininformatik_initiative.processes.common`
755+
756+
750757
### DEV_DSF_PROXY_NOPROXY
751758
- **Property:** dev.dsf.proxy.noProxy
752759
- **Required:** No

docs/src/operations/v2.0.2/fhir/configuration.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,13 @@ icon: config
335335
- **Default:** `TEXT_MDC`
336336

337337

338+
### DEV_DSF_LOG_MIN_LEVEL_LOGGERS
339+
- **Property:** dev.dsf.log.min.level.loggers
340+
- **Required:** No
341+
- **Description:** List of logger names that are enabled to produce log output with the minimal configured log level from `DEV_DSF_LOG_CONSOLE_OUT_LEVEL`, `DEV_DSF_LOG_CONSOLE_ERR_LEVEL` and `DEV_DSF_LOG_FILE_LEVEL`
342+
- **Default:** `dev.dsf`
343+
344+
338345
### DEV_DSF_PROXY_NOPROXY
339346
- **Property:** dev.dsf.proxy.noProxy
340347
- **Required:** No

0 commit comments

Comments
 (0)