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
🧱 dev-stack: switch local TLS to mkcert nip.io domains
**Problem**
The local dev stack ships a committed self-signed CA and certificates
for `*.docker.dev-franceconnect.fr`, a TLD that only works because the
root CA is trusted manually on each machine. The stack also carries
Cypress fixtures and a workflow for the retired integ01 environment.
**Proposal**
Move the local stack onto `*.proconnect.127.0.0.1.nip.io`, which
resolves to 127.0.0.1 without hosts-file entries, and generate the TLS
certificates on the fly with mkcert: the root CA lives in the local
trust store, certs are gitignored, and `dks up` / a new `dks ssl`
command refresh them when they expire. Drop the integ01 and k8s
Cypress fixtures, their tag hooks, and the integration-tests workflow,
and install mkcert in the CI stack jobs.
0 commit comments