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
docs: update configuration documentation with latest options (#74)
* docs: update configuration documentation with latest options
Add documentation for new configuration options:
- --google-allowed-workspaces: Allow entire Google Workspaces
- --github-allowed-orgs: Allow GitHub organizations and teams (Org:Team format)
- --trusted-proxies: Configure trusted proxy IP ranges for reverse proxy setups
Updated configuration reference, OAuth setup guide, and Docker Compose examples
to reflect these new options and their usage patterns.
* docs: improve OAuth setup code block formatting
|`--github-allowed-users`|`GITHUB_ALLOWED_USERS`| - | Comma-separated list of allowed GitHub users (usernames) |
51
+
|`--github-allowed-orgs`|`GITHUB_ALLOWED_ORGS`| - | Comma-separated list of allowed GitHub organizations. You can also restrict access to specific teams using the format `Org:Team`|
50
52
51
53
#### Generic OIDC
52
54
@@ -74,5 +76,6 @@ Complete reference for all MCP Auth Proxy configuration options.
|`--proxy-bearer-token`|`PROXY_BEARER_TOKEN`| - | Bearer token to add to Authorization header when proxying requests |
76
78
|`--proxy-headers`|`PROXY_HEADERS`| - | Comma-separated list of headers to add when proxying requests (format: Header1:Value1,Header2:Value2) |
79
+
|`--trusted-proxies`|`TRUSTED_PROXIES`| - | Comma-separated list of trusted proxies (IP addresses or CIDR ranges) |
77
80
78
81
For practical configuration examples including environment variables, Docker Compose, and Kubernetes deployments, see the [Configuration Examples](./examples.md) page.
0 commit comments