Skip to content

Commit 79e0d84

Browse files
committed
docs: add DIODE_SKIP_TLS_VERIFY option to README
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
1 parent 6ddd828 commit 79e0d84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ pip install netboxlabs-diode-sdk
2525
* `DIODE_CLIENT_ID` - Client ID for OAuth2 authentication
2626
* `DIODE_CLIENT_SECRET` - Client Secret for OAuth2 authentication
2727
* `DIODE_CERT_FILE` - Path to custom certificate file for TLS connections
28+
* `DIODE_SKIP_TLS_VERIFY` - Skip TLS verification (default: `false`)
2829
* `DIODE_DRY_RUN_OUTPUT_DIR` - Directory where `DiodeDryRunClient` will write JSON files
2930

3031
### Example

0 commit comments

Comments
 (0)