Skip to content

Commit 3301c43

Browse files
JanakaSandaruwanMirage20
authored andcommitted
Update examples catalog by removing outdated API management links and enhancing component descriptions
1 parent 96e954a commit 3301c43

File tree

1 file changed

+2
-21
lines changed

1 file changed

+2
-21
lines changed

docs/learn-from-examples/examples-catalog.mdx

Lines changed: 2 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@ OpenChoreo supports different component types with the modern **Component** reso
6666
- <GitHubSampleLink path="from-image/react-starter-web-app/">React Web App</GitHubSampleLink> - Web application from pre-built image
6767
- <GitHubSampleLink path="from-image/issue-reporter-schedule-task/">GitHub Issue Reporter</GitHubSampleLink> - Scheduled task with configuration management
6868

69-
- **<GitHubSampleLink path="apim-samples">Managed APIs</GitHubSampleLink>** - Exposing services as Managed APIs
70-
- <GitHubSampleLink path="apim-samples/authentication">Securing a Managed API</GitHubSampleLink> - Using a JWT token to secure a Managed API
71-
- <GitHubSampleLink path="apim-samples/circuit-breaker">Circuit Breaker Pattern</GitHubSampleLink> - Using the Circuit Breaker pattern to avoid cascading failures in Managed APIs
72-
- <GitHubSampleLink path="apim-samples/cors">Cross-Origin Resource Sharing(CORS)</GitHubSampleLink> - Illustrates how to allow Cross-origin requests to a Managed API
73-
- <GitHubSampleLink path="apim-samples/rate-limiting">Rate Limiting</GitHubSampleLink> - Configuring rate limiting in a Managed API
74-
7569
### Complete Application Examples
7670

7771
- **<GitHubSampleLink path="gcp-microservices-demo/">GCP Microservices Demo</GitHubSampleLink>** – Complete multi-service application demonstrating:
@@ -92,10 +86,8 @@ OpenChoreo abstracts the build and deployment process using BuildPacks and Build
9286
### Key Features Demonstrated
9387

9488
- **<GitHubSampleLink path="from-source/">Build Integration</GitHubSampleLink>** – Component with integrated Build for CI/CD workflows
95-
- **<GitHubSampleLink path="from-image/issue-reporter-schedule-task/">Configuration Management</GitHubSampleLink>** – Environment-specific configuration with ConfigurationGroups
96-
- **<GitHubSampleLink path="apim-samples/authentication">Security Policies</GitHubSampleLink>** – JWT authentication and API security
97-
- **<GitHubSampleLink path="from-source/services/">Class/Binding Pattern</GitHubSampleLink>** – ServiceClass templates with environment-specific ServiceBindings
98-
- **<GitHubSampleLink path="apim-samples/">API Management</GitHubSampleLink>** - Managed APIs with security and rate limiting
89+
- **<GitHubSampleLink path="from-image/issue-reporter-schedule-task/">Configuration Management</GitHubSampleLink>** – Environment-specific configs and secrets
90+
- **<GitHubSampleLink path="from-source/services/">Component Types</GitHubSampleLink>** – Component types with environment-specific ComponentDeployments
9991

10092
### Getting Started
10193

@@ -133,17 +125,6 @@ Learn OpenChoreo fundamentals by deploying a simple Go REST service built from s
133125

134126
**Try it:** <GitHubSampleLink path="from-source/services/go-docker-greeter">Go Docker Greeter</GitHubSampleLink>
135127

136-
### Secure Reading List Service with JWT
137-
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:** <GitHubSampleLink path="apim-samples/authentication">Secure Service with JWT</GitHubSampleLink>
146-
147128
### Google Cloud Microservices Demo
148129
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.
149130

0 commit comments

Comments
 (0)