mirror of
https://github.com/clearlinux/rkt.git
synced 2026-09-01 11:26:05 +00:00
spec: fix table formatting
This commit is contained in:
@@ -309,7 +309,7 @@ This gives a cryptographically verifiable identity to the container based on its
|
||||
Accessible at `http://169.254.169.254/acMetadata/v1/container/hmac`
|
||||
|
||||
| Entry | Description |
|
||||
|---------------------|
|
||||
|-------|-------------|
|
||||
|sign | POST any object to this endpoint and retrieve a base64 hmac-sha256 signature as the response body. The metadata service holds onto the AES key as a sort of container TPM.|
|
||||
|verify | Verify a signature from another container. POST a form with signature=<base64 encoded signature> and uid=<uid of the container that generated the signature>. Returns 200 OK if the signature passes. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user