Releases: atsuoishimoto/oidc-ssh-ca
Releases · atsuoishimoto/oidc-ssh-ca
0.2.0
- Certificate restrictions in policy. Rules can now emit
force_command(the target runs only this command) andsource_address(a CIDR allowlist of where the certificate may be used). Both are baked into the certificate by the CA, so they apply on every target server without per-hostAuthorizedPrincipalsFileoptions. - Hardened validation. Key ID templates and certificate principals are now checked against a strict allowlist at policy load time (and again at issuance), rejecting newlines, control characters, and unbounded values that could be injected into sshd logs or the audit trail.
- Supply-chain hardening. CI gained
govulncheckand a CodeQL workflow, releases emit SLSA build provenance, and vulnerable dependencies were bumped. - Simpler Lambda support. The Lambda-specific code was removed; the binary now runs the ordinary
serveHTTP server behind the AWS Lambda Web Adapter.
0.1.0
- Initial release