fix: document Producer Portal SA registration for multi-agent deployments#331
Open
luis5tb wants to merge 1 commit into
Open
fix: document Producer Portal SA registration for multi-agent deployments#331luis5tb wants to merge 1 commit into
luis5tb wants to merge 1 commit into
Conversation
…ment API access The Cloud Commerce Partner Procurement API does not use standard IAM roles. Access is managed through the GCP Marketplace Producer Portal Technical Integration, which is provider-level (shared across all products in the same project). When multiple agents share a project, all runtime SAs must be registered together — otherwise the Procurement API returns 403 and multi-agent product filtering silently drops events. Changes: - Upgrade 403 log messages from info to warning in router.py so the misconfiguration is visible in logs - Document Producer Portal requirement in setup.sh, GitOps README, and marketplace docs - Add troubleshooting entry for the 403 / silently dropped events scenario Co-Authored-By: Claude Opus 4.6 (1M context) <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.
Summary
Changes
src/lightspeed_agent/marketplace/router.py— upgrade 403 log messages frominfotowarningwith actionable context (Producer Portal registration)deploy/cloudrun/setup.sh— add comment documenting that Procurement API access requires Producer Portal registration, not IAM rolesdeploy/gitops/README.md— update Step 2 (multi-instance setup) to clarify provider-level Technical Integration and the need to register ALL instance SAsdocs/marketplace.md— update Multi-Agent Product Filtering section and add troubleshooting entry for the 403 scenarioTest plan
ruff checkpassespytest tests/test_dcr.py -k "FetchEntitlementProduct or product_api_403"— all 6 tests pass🤖 Generated with Claude Code