We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Arize-ai/phoenix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-secret.yml•680 B
# Phoenix OAuth test secret
# This tests ROLE_ATTRIBUTE_PATH with a constant value and NO ROLE_MAPPING
apiVersion: v1
kind: Secret
metadata:
name: phoenix-oauth-test
type: Opaque
stringData:
PHOENIX_OAUTH2_DEV_CLIENT_ID: "phoenix-oidc-client-id"
PHOENIX_OAUTH2_DEV_CLIENT_SECRET: "phoenix-oidc-client-secret-abc-123"
# Use localhost since OIDC server runs as sidecar in same pod
PHOENIX_OAUTH2_DEV_OIDC_CONFIG_URL: "http://localhost:9000/.well-known/openid-configuration"
# This is the key test: constant value with NO ROLE_MAPPING
PHOENIX_OAUTH2_DEV_ROLE_ATTRIBUTE_PATH: "'MEMBER'"
# Intentionally NO ROLE_MAPPING - testing if Phoenix recognizes 'MEMBER' directly