Skip to content

Commit ebe49a2

Browse files
Update ToolHive reference docs for v0.4.2 (#259)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3dd436f commit ebe49a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/toolhive/reference/cli/thv_run.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ thv run [flags] SERVER_OR_IMAGE_OR_PROTOCOL [-- ARGS...]
110110
--oidc-audience string Expected audience for the token
111111
--oidc-client-id string OIDC client ID
112112
--oidc-client-secret string OIDC client secret (optional, for introspection)
113+
--oidc-insecure-allow-http Allow HTTP (non-HTTPS) OIDC issuers for local development/testing (WARNING: Insecure!)
113114
--oidc-introspection-url string URL for token introspection endpoint
114115
--oidc-issuer string OIDC issuer URL (e.g., https://accounts.google.com)
115116
--oidc-jwks-url string URL to fetch the JWKS from

static/api-specs/toolhive-api.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ components:
6161
clientSecret:
6262
description: ClientSecret is the optional OIDC client secret for introspection
6363
type: string
64+
insecureAllowHTTP:
65+
description: |-
66+
InsecureAllowHTTP allows HTTP (non-HTTPS) OIDC issuers for development/testing
67+
WARNING: This is insecure and should NEVER be used in production
68+
type: boolean
6469
introspectionURL:
6570
description: IntrospectionURL is the optional introspection endpoint for
6671
validating tokens

0 commit comments

Comments
 (0)