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
For confidential cluster use cases, we want to deliver the full Ignition config only to nodes that passed attestation against a specific attestation server.
The design would look like the following:
Get the config from the cloud metadata
It contains no secret values
It includes a new config entry that points to the attestation server (KBS?) to use for attestation
It includes a merge/replace config that needs mutual TLS to be fetched
Ignition would call out to the attestation agent (KBS client?) to perform the attestation.
The attestation client will get back a TLS client certificate.
Ignition would then use this client certificate to fetch the full config and resume configuration/booting.
Other Information
N/A
The text was updated successfully, but these errors were encountered:
Feature Request
Environment
Confidential Clusters.
Desired Feature
For confidential cluster use cases, we want to deliver the full Ignition config only to nodes that passed attestation against a specific attestation server.
The design would look like the following:
Other Information
N/A
The text was updated successfully, but these errors were encountered: