feat(pki): add Device CA for IoT fleet mTLS device identity - #25
Merged
Conversation
Vault PKI-backed Device CA, the X.509 counterpart to the existing PAM SSH CA (internal/sshca/) — a deliberately separate implementation and Vault mount so the two CAs never share a blast radius. - Per-device one-time bootstrap secret for first enrollment (not a fleet-wide shared credential): a leaked secret only mints a cert for the one device it was issued to. - Self-service certificate renewal over a dedicated mTLS listener, authenticated by the device's current certificate — no operator or bootstrap secret involved, runs unattended indefinitely. - Per-certificate revocation (device_certificates.status), independent of CA rotation — a stolen device doesn't have to wait for natural expiry. - Staged CA rotation state machine mirroring the SSH CA's idle/rotating/cutover_ready/rollback dual-CA grace-period pattern. - Revocation events dispatched via the connector with device_id/ tenant_id/serial always populated from the start.
golangci-lint: defense -> defence (misspell), lowercase the ErrNotConfigured message (staticcheck ST1005).
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.
Summary
device.enrolled,device.cert.revoked) always carry device_id/tenant_id/serial.Test plan
go build ./...go vet ./...go test ./...— full suite green000182_device_pkiagainst a live Postgres instance