Skip to content

Commit

Permalink
add CA bundle env var to dadb boefje schema. (#3618)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeroen Dekkers <[email protected]>
Co-authored-by: stephanie0x00 <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2024
1 parent ebe90df commit d1ba35f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions boefjes/boefjes/plugins/kat_external_db/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
"maxLength": 2048,
"type": "string",
"description": "Python format string with all variables above (optionally empty). E.g. '{DB_URL}/api/v1/participants/assets/{DB_ORGANIZATION_IDENTIFIER}?access_token={DB_ACCESS_TOKEN}' (without quotes)"
},
"REQUESTS_CA_BUNDLE": {
"title": "REQUESTS_CA_BUNDLE",
"maxLength": 1024,
"type": "string",
"description": "Optional local file path for a CA bundle."
}
},
"required": [
Expand Down

0 comments on commit d1ba35f

Please sign in to comment.