-
Notifications
You must be signed in to change notification settings - Fork 4
[TT-15683] Added docs for Dashboard API JWKS cache flush endpoint #1021
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
PR Type
Documentation
Description
Document JWKS cache management endpoints
Add Dashboard API endpoint details
Update auth headers in examples
Clarify version availability and permissions
Diagram Walkthrough
flowchart LR GW["Gateway API endpoints (/tyk/cache/jwks)"] DB["Dashboard API endpoint (/api/cache/jwks/{apiID})"] ALL["Flush all JWKS caches"] ONE["Flush JWKS cache for API"] MULTI["Flush across all connected Gateways"] GW -- "DELETE /tyk/cache/jwks" --> ALL GW -- "DELETE /tyk/cache/jwks/{apiID}" --> ONE DB -- "DELETE /api/cache/jwks/{apiID}" --> MULTIFile Walkthrough
jwt-signature-validation.mdx
Document Dashboard JWKS cache flush and update examplesapi-management/authentication/jwt-signature-validation.mdx