[WIP] feat: add OpenShift deployment via Helm chart#22
Open
luis5tb wants to merge 3 commits intoRHEcosystemAppEng:mainfrom
Open
[WIP] feat: add OpenShift deployment via Helm chart#22luis5tb wants to merge 3 commits intoRHEcosystemAppEng:mainfrom
luis5tb wants to merge 3 commits intoRHEcosystemAppEng:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.