docs: enterprise security & deployment hardening guide#53
Open
PenguinzTech wants to merge 1 commit into
Open
Conversation
Document the v2.1.x enterprise-hardening controls for operators: - Asymmetric JWT (ES256 default, RS256 fallback): key generation via scripts/gen-jwt-keys.sh, squawk-jwt-keys Secret, per-service config, key rotation, fail-closed tenant requirement. - Tenant isolation model. - Supply chain: cosign keyless signature + SPDX SBOM attestation verify. - Kubernetes runtime hardening (seccomp RuntimeDefault + securityContext). - Renovate digest/vulnerability pinning. Adds docs/ENTERPRISE_SECURITY.md, wires it into mkdocs nav, and links it from the README Security Features section. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Reviewer's GuideAdds a new Enterprise Security & Deployment Hardening operator guide and wires it into the docs navigation and README, documenting existing asymmetric JWT, tenant isolation, supply-chain verification, Kubernetes hardening, and Renovate-based dependency pinning features in the v2.1.x line. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Hey - I've left some high level feedback:
- The guide states verifiers read public keys at verification time and pick up new keys without restart; consider briefly describing the reload mechanism (e.g., file read per request vs cached with TTL) so operators understand latency and failure modes during key rotation.
- The cosign verification examples hardcode the workflow identity regex; consider aligning this pattern with the actual release workflow name or referencing a shared constant/snippet to avoid the docs drifting if GitHub workflow paths change.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The guide states verifiers read public keys at verification time and pick up new keys without restart; consider briefly describing the reload mechanism (e.g., file read per request vs cached with TTL) so operators understand latency and failure modes during key rotation.
- The cosign verification examples hardcode the workflow identity regex; consider aligning this pattern with the actual release workflow name or referencing a shared constant/snippet to avoid the docs drifting if GitHub workflow paths change.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.
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.
First branch in the stacked-PR series off `v2.1.x`. Documents the enterprise-hardening controls already shipped to `v2.1.x`.
What
Stack
Base of the chain. Subsequent PRs stack on top:
Docs-only; no code changes.
🤖 Generated with Claude Code
Summary by Sourcery
Document enterprise-focused security and deployment hardening features and link them into the main docs and README.
Documentation: