You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* refactor: align implementations and improve error messages
- Fix Go debug default from true to false for security
- Align API-first FastAPI logging with code-first (structured JSON)
- Update API-first version to 1.1.0 to match code-first
- Add rate limiting to API-first metrics endpoint
- Add structured logging to API-first middleware
- Remove outdated pytest version comment
- Improve VAULT_TOKEN error message in generate-certificates.sh
- Run go mod tidy to fix missing go.sum entries
* feat: add test suites and improve documentation
Node.js reference app:
- Add Jest configuration with coverage thresholds
- Add comprehensive health check tests with mocked dependencies
- Add configuration tests
- Add application entry point tests
TypeScript API-first reference app:
- Add Jest configuration for TypeScript with ts-jest
- Add comprehensive health check tests
- Add configuration and entry point tests
- Add supertest and @types/supertest dependencies
Documentation:
- Document AppRole secret_id renewal process with commands
- Add automated renewal instructions (crontab)
- Add renewal timeline table
Configuration:
- Fix .env.example network IPs to match 4-tier architecture
- Organize IPs by network segment (vault/data/app/observability)
0 commit comments