jubnl
|
0efa316004
|
docs(mcp): update MCP.md and README for OAuth 2.1
- Restructure MCP.md setup section: OAuth 2.1 as primary auth path
(auto-flow via DCR/consent screen), static tokens demoted to
deprecated Option B with callout
- Add Authentication section documenting three-tier auth model
(trekoa_, trek_, JWT) with prefixes, TTLs, and deprecation status
- Add OAuth Scopes section: all 24 scopes across 13 groups, scope
inheritance rules, always-available tools note
- Fix outdated Limitations values: 60→300 req/min, 5→20 sessions
- Add new limitation rows: OAuth scope enforcement, per-client rate
limiting, addon toggle invalidation
- Add token_auth_notice prompt to Prompts table
- README: mention OAuth 2.1 in MCP features, add Granular Scopes
bullet, update tech stack auth line
|
2026-04-11 14:35:05 +02:00 |
|
Claude
|
643504d89b
|
fix: infrastructure hardening and documentation improvements
- Add *.sqlite* patterns to .gitignore
- Expand .dockerignore to exclude chart/, docs/, .github/, etc.
- Add HEALTHCHECK instruction to Dockerfile
- Fix Helm chart: preserve JWT secret across upgrades (lookup),
add securityContext, conditional PVC creation, resource defaults
- Remove hardcoded demo credentials from MCP.md
- Complete .env.example with all configurable environment variables
https://claude.ai/code/session_01SoQKcF5Rz9Y8Nzo4PzkxY8
|
2026-03-31 00:34:01 +00:00 |
|