this repo has no description

Add vesper and nyx PDS accounts with handle resolution

Add subdomain SANs to TLS cert and ingress routes so
atproto handle validation resolves for new accounts.

+6 -2
+2
CHANGELOG.md
··· 11 11 - Add tarpit for vulnerability scanners hitting known exploit paths (#18) 12 12 13 13 ### Added 14 + - Create vesper and nyx accounts on PDS (#31) 14 15 - Add daily S3 backup cronjob for Tangled knot data (#9) 15 16 - Add Tangled knot with Spindle CI/CD to k3s cluster (#1) 16 17 17 18 ### Fixed 19 + - Add PDS handle resolution for vesper and nyx subdomains (#32) 18 20 - Fix PDS SQLite locking errors causing daily outages (#15) 19 21 - Update PDS to v0.4.208 for OAuth metadata support (#13) 20 22
+2
k8s/pds/cert.yaml
··· 11 11 dnsNames: 12 12 - sans-self.org 13 13 - pds-test.sans-self.org 14 + - vesper.sans-self.org 15 + - nyx.sans-self.org
+2 -2
k8s/pds/ingress.yaml
··· 53 53 services: 54 54 - name: pds 55 55 port: 3000 56 - # Subdomain well-known endpoints 57 - - match: Host(`pds-test.sans-self.org`) 56 + # Subdomain handle resolution (well-known + xrpc) 57 + - match: Host(`pds-test.sans-self.org`) || Host(`vesper.sans-self.org`) || Host(`nyx.sans-self.org`) 58 58 kind: Rule 59 59 middlewares: 60 60 - name: strip-server-headers