Open io7m opened 1 year ago
https://slsa.dev/spec/v1.0/threats
One major part of this is generating "signed provenance":
https://slsa.dev/spec/v1.0/provenance
I'm not sure how this works for privately hosted northpike instances.
northpike
Agents may need to generate a keypair on startup, and send the public key to the server. The server can use this for authentication (instead of the current NPAccessKey) and this key can also be used to sign provenance.
NPAccessKey
https://slsa.dev/spec/v1.0/threats
One major part of this is generating "signed provenance":
https://slsa.dev/spec/v1.0/provenance
I'm not sure how this works for privately hosted
northpike
instances.