Skip to content

Commit 49f29b8

Browse files
committed
added missing ...OIDC_CLIENT_SECRET_FILE option
1 parent 6160ea1 commit 49f29b8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

docs/src/v1.7.0/maintain/bpe/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ icon: config
543543
- **Property:** dev.dsf.server.auth.oidc.authorization.code.flow
544544
- **Required:** No
545545
- **Description:** Set to `true` to enable OIDC authorization code flow
546-
- **Recommendation:** Requires *DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_REALM_BASE_URL*, *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_ID* and *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET* to be specified
546+
- **Recommendation:** Requires *DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_REALM_BASE_URL*, *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_ID* and *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET* or *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET_FILE* to be specified
547547
- **Default:** `false`
548548

549549

@@ -576,10 +576,12 @@ icon: config
576576
- **Description:** OIDC provider client_id, must be specified if *DEV_DSF_SERVER_AUTH_OIDC_AUTHORIZATION_CODE_FLOW* is enabled
577577

578578

579-
### DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET
579+
### DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET or DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET_FILE
580580
- **Property:** dev.dsf.server.auth.oidc.client.secret
581581
- **Required:** No
582582
- **Description:** OIDC provider client_secret, must be specified if *DEV_DSF_SERVER_AUTH_OIDC_AUTHORIZATION_CODE_FLOW* is enabled
583+
- **Recommendation:** Use docker secret file to configure
584+
- **Example:** `/run/secrets/oidc_provider_client.secret`
583585

584586

585587
### DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_CLIENT_CERTIFICATE

docs/src/v1.7.0/maintain/fhir/configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ icon: config
275275
- **Property:** dev.dsf.server.auth.oidc.authorization.code.flow
276276
- **Required:** No
277277
- **Description:** Set to `true` to enable OIDC authorization code flow
278-
- **Recommendation:** Requires *DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_REALM_BASE_URL*, *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_ID* and *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET* to be specified
278+
- **Recommendation:** Requires *DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_REALM_BASE_URL*, *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_ID* and *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET* or *DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET_FILE* to be specified
279279
- **Default:** `false`
280280

281281

@@ -308,10 +308,12 @@ icon: config
308308
- **Description:** OIDC provider client_id, must be specified if *DEV_DSF_SERVER_AUTH_OIDC_AUTHORIZATION_CODE_FLOW* is enabled
309309

310310

311-
### DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET
311+
### DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET or DEV_DSF_SERVER_AUTH_OIDC_CLIENT_SECRET_FILE
312312
- **Property:** dev.dsf.server.auth.oidc.client.secret
313313
- **Required:** No
314314
- **Description:** OIDC provider client_secret, must be specified if *DEV_DSF_SERVER_AUTH_OIDC_AUTHORIZATION_CODE_FLOW* is enabled
315+
- **Recommendation:** Use docker secret file to configure
316+
- **Example:** `/run/secrets/oidc_provider_client.secret`
315317

316318

317319
### DEV_DSF_SERVER_AUTH_OIDC_PROVIDER_CLIENT_CERTIFICATE

0 commit comments

Comments
 (0)