You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,7 @@ For ITX proxy functionality, configure these environment variables:
127
127
128
128
-`ITX_BASE_URL`: Base URL for ITX service (e.g., `https://api.itx.linuxfoundation.org`)
129
129
-`ITX_CLIENT_ID`: OAuth2 client ID for ITX authentication
130
-
-`ITX_CLIENT_SECRET`: OAuth2 client secret for ITX authentication
130
+
-`ITX_CLIENT_PRIVATE_KEY`: RSA private key in PEM format for ITX OAuth2 M2M authentication (load from file: `export ITX_CLIENT_PRIVATE_KEY="$(cat path/to/private.key)"`)
131
131
-`ITX_AUTH0_DOMAIN`: Auth0 domain for OAuth2 (e.g., `linuxfoundation.auth0.com`)
132
132
-`ITX_AUDIENCE`: OAuth2 audience for ITX service (e.g., `https://api.itx.linuxfoundation.org/`)
0 commit comments