Add gcp-apigee-security-config CodeBundle - #732
Closed
rw-codebundle-agent[bot] wants to merge 1 commit into
Closed
Conversation
Monitors the security posture and access configuration of an Apigee organization: TLS keystore alias expiry, API product quota/rate limits, developer app access scope, Apigee security score/incidents, and target server TLS. Includes runbook, SLI, generation rules/templates, README, and test infrastructure. Closes #157
Contributor
|
Closing as a duplicate of #733. The creator bot opened this spec twice — once on Keeping #733, since No content is lost by this close. |
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
Adds the
gcp-apigee-security-configCodeBundle torw-cli-codecollection, implementing the design spec from #157.This bundle monitors the security posture and access configuration of an Apigee organization:
apigee.googleapis.com/security/*metrics.Includes an in-repo
sli.robot(0-1 health score across 5 dimensions), generation rules, SLX/taskset/SLI templates, README, SKILL-TEMPLATE, and.test/infrastructure (Taskfile + Terraform).Scorer
python -m scorer.score→ 104/104, no critical failures.Deviations from the design spec (validated against the Apigee Admin API)
certInfo.validTo; the actual API field iscertsInfo.certInfo[].expiryDate(milliseconds since epoch). The bundle usesexpiryDate.sSLInfo.enabled.security/score,security/incident_request_count,security/detected_request_count) were confirmed, but only populate when Advanced API Security is enabled; the score check raises no issue when no data is returned.