update crds
This commit is contained in:
@@ -232,7 +232,7 @@
|
||||
"type": "integer"
|
||||
},
|
||||
"oidcConfigRef": {
|
||||
"description": "OIDCConfigRef references a shared MCPOIDCConfig resource for OIDC authentication.\nThe referenced MCPOIDCConfig must exist in the same namespace as this MCPServer.\nPer-server overrides (audience, scopes) are specified here; shared provider config\nlives in the MCPOIDCConfig resource.",
|
||||
"description": "OIDCConfigRef references a shared MCPOIDCConfig resource for OIDC authentication.\nThe referenced MCPOIDCConfig must exist in the same namespace as this MCPServer.\nPer-server overrides (audience, scopes) are specified here; shared provider config\nlives in the MCPOIDCConfig resource.\n\nSECURITY: if this field is omitted and no other authentication source is configured,\nthe proxy runs UNAUTHENTICATED. It accepts every request that can reach its port and\nforwards it to the MCP server under a synthetic local-user identity, with no token or\ncredential check. Set this field to enforce identity-based access control per request.",
|
||||
"properties": {
|
||||
"audience": {
|
||||
"description": "Audience is the expected audience for token validation.\nThis MUST be unique per server to prevent token replay attacks.",
|
||||
|
||||
Reference in New Issue
Block a user