Skip to content

[WIP] feat: add OpenShift deployment via Helm chart#22

Open
luis5tb wants to merge 3 commits intoRHEcosystemAppEng:mainfrom
luis5tb:ocp
Open

[WIP] feat: add OpenShift deployment via Helm chart#22
luis5tb wants to merge 3 commits intoRHEcosystemAppEng:mainfrom
luis5tb:ocp

Conversation

@luis5tb
Copy link
Copy Markdown
Collaborator

@luis5tb luis5tb commented Mar 11, 2026

Add a Helm chart under deploy/openshift/ with configurable values for deploying the Lightspeed Agent on OpenShift without the Google Cloud Marketplace handler. Introduces SKIP_ORDER_VALIDATION setting to bypass marketplace order-id checks while preserving JWT token introspection.

luis5tb and others added 3 commits March 27, 2026 07:57
Add a Helm chart under deploy/openshift/ with configurable values for
deploying the Lightspeed Agent on OpenShift without the Google Cloud
Marketplace handler. Introduces SKIP_ORDER_VALIDATION setting to bypass
marketplace order-id checks while preserving JWT token introspection.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add support for deploying the marketplace handler alongside the agent on
OpenShift clusters running inside Google Cloud. The handler receives
Pub/Sub events, approves entitlements via the Procurement API, and
handles DCR from Gemini Enterprise.

All handler resources are conditional on handler.enabled (default false),
so existing deployments are unaffected. When enabled, a GCP service
account key is mounted for ADC and the agent gains DATABASE_URL for
order validation.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add SESSION_BACKEND=database to configmap so PostgreSQL is actually
  used for ADK session persistence instead of in-memory default
- Add GMA_CLIENT_ID and GMA_CLIENT_SECRET to secret and handler
  deployment for DCR tenant creation when handler is enabled
- Default skipOrderValidation to false; order validation is not reached
  when the marketplace handler is disabled anyway

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant