[P2][ops] Docker/runtime hardening 및 secret/cert permission 가이드 보강 #41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
문제
distroless, non-root runtime, multi-arch build workflow 등 기본 방향은 좋습니다. public relay 운영 기준으로 image/runtime hardening과 secret/cert permission 가이드를 더 보강할 필요가 있습니다.
제안
cargo auditable또는 SBOM 기반 vulnerability scan/portal-certs및 identity/private key directory permission guide 명시완료 기준
검토 기준: 업로드된 Rust
portal-relay코드 정적 리뷰. 리뷰 환경에서는cargo check/test/clippy를 실행하지 못했습니다.검토했지만 별도 코드 변경 대상으로는 수용하지 않습니다. 현재 Dockerfile은 non-root runtime과 file capabilities를 이미 적용하고 있고, secret/cert file permission 문제는 PR #62에서 코드로 해결했습니다. digest pinning/SBOM/provenance/scan은 relay 호환성보다 supply-chain 운영 정책에 가까워 현재 프로젝트 scope 밖으로 보고 닫습니다.