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
Copy file name to clipboardExpand all lines: docs/learn-from-examples/examples-catalog.mdx
+2-21Lines changed: 2 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,12 +66,6 @@ OpenChoreo supports different component types with the modern **Component** reso
66
66
- <GitHubSampleLinkpath="from-image/react-starter-web-app/">React Web App</GitHubSampleLink> - Web application from pre-built image
67
67
- <GitHubSampleLinkpath="from-image/issue-reporter-schedule-task/">GitHub Issue Reporter</GitHubSampleLink> - Scheduled task with configuration management
68
68
69
-
-**<GitHubSampleLinkpath="apim-samples">Managed APIs</GitHubSampleLink>** - Exposing services as Managed APIs
70
-
- <GitHubSampleLinkpath="apim-samples/authentication">Securing a Managed API</GitHubSampleLink> - Using a JWT token to secure a Managed API
71
-
- <GitHubSampleLinkpath="apim-samples/circuit-breaker">Circuit Breaker Pattern</GitHubSampleLink> - Using the Circuit Breaker pattern to avoid cascading failures in Managed APIs
72
-
- <GitHubSampleLinkpath="apim-samples/cors">Cross-Origin Resource Sharing(CORS)</GitHubSampleLink> - Illustrates how to allow Cross-origin requests to a Managed API
73
-
- <GitHubSampleLinkpath="apim-samples/rate-limiting">Rate Limiting</GitHubSampleLink> - Configuring rate limiting in a Managed API
Deploy a production-ready service with JWT authentication using OpenChoreo's API management capabilities. This example shows how to secure your APIs and manage authentication.
138
-
139
-
**Features:**
140
-
- JWT-based API security
141
-
- APIClass resource configuration
142
-
- OAuth2 client credentials flow
143
-
- Authenticated and unauthenticated access testing
144
-
145
-
**Try it:** <GitHubSampleLinkpath="apim-samples/authentication">Secure Service with JWT</GitHubSampleLink>
146
-
147
128
### Google Cloud Microservices Demo
148
129
Build a complete e-commerce platform using Google's reference microservices architecture. This comprehensive example demonstrates service-to-service communication, distributed systems patterns, and complex application deployment.
0 commit comments