port TLS/SSL handling to the contracts.ssl contract #1041
No reviewers
fediversity/developers
Labels
No labels
0 points
0.5 points
1 point
13 points
2 points
21 points
3 points
34 points
5 points
55 points
8 points
ambition
application-offering
ambition
configure-applications
ambition
front-end
ambition/install-applications
ambition
security
ambition
switch-host
ambition
update-applications
ambition
user-management
api service
blocked
component: fediversity panel
component: nixops4
documentation
estimation high: >3d
estimation low: <2h
estimation mid: <8h
infinite points
productisation
project-management
question
role: application developer
role: application operator
role: hosting provider
role: maintainer
security
technical debt
testing
type unclear
type: bug
type: deliverable
type: key result
type: objective
type: task
type: user story
user experience
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
fediversity/fediversity!1041
Loading…
Reference in a new issue
No description provided.
Delete branch "kiara/fediversity:ssl-contract"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of #314.
Follow-ups:
206c0e9d78d19a7dbb598f364d8a348c329efb37The cross-node trust addition forced `garage.sslDomains` for every non-garage node, and `garage.sslDomains` always references the garage `domain` (`s3.${domain}`, `web.${domain}`). Groups without a garage ancilliary (`hosting-provider`, `dev`) do not set `domain` in their `default-config`, so building their `nixosConfigurations.*` toplevels threw `attribute 'domain' missing`. Gate `garageTrustDomains` on `ancilliaryHosts ? garage`, the same test the node's `/etc/hosts` garage wiring already uses: a node only needs to trust the garage certs when there is a garage node to trust. Groups with a garage ancilliary (`operator`) are unaffected and keep baking the trust bundle. Assisted-by: Claude:claude-opus-4-8 Signed-off-by: Kiara Grouwstra <kiara@procolix.eu>WIP: port TLS/SSL handling to theto port TLS/SSL handling to thecontracts.sslcontractcontracts.sslcontract