v1.0 RC 测试计划
RC 测试应覆盖 clean clone、迁移、API、authz、audit、Console 和文档站。
docker compose up -d postgresgo run .\cmd\plystractl migrate upgo run .\cmd\plystractl migrate verifygo run .\cmd\plystractl ent checkgo run .\cmd\plystractl doctorgo test ./...go run .\cmd\explain-demogo run .\cmd\plystradAPI 检查
Section titled “API 检查”- health / ready / version 返回正常。
- 未带 Bearer user session 的敏感 API 返回 401。
- 带 Bearer user session 后 users/spaces/resource-types/audit-logs 可读取。
authz/explain返回 allow/deny trace。- audit log 写入 allow 与 deny。