-
Notifications
You must be signed in to change notification settings - Fork 37
Update docs for coco GA release #365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
a-mccarthy
wants to merge
2
commits into
NVIDIA:main
Choose a base branch
from
a-mccarthy:coco-26.3.0
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,73 @@ | ||
| .. license-header | ||
| SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved. | ||
| SPDX-License-Identifier: Apache-2.0 | ||
|
|
||
| Licensed under the Apache License, Version 2.0 (the "License"); | ||
| you may not use this file except in compliance with the License. | ||
| You may obtain a copy of the License at | ||
|
|
||
| http://www.apache.org/licenses/LICENSE-2.0 | ||
|
|
||
| Unless required by applicable law or agreed to in writing, software | ||
| distributed under the License is distributed on an "AS IS" BASIS, | ||
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
| See the License for the specific language governing permissions and | ||
| limitations under the License. | ||
|
|
||
| .. headings # #, * *, =, -, ^, " | ||
|
|
||
|
|
||
| .. _attestation: | ||
|
|
||
| *********** | ||
| Attestation | ||
| *********** | ||
|
|
||
| The NVIDIA Reference Architecture for Confidential Containers includes built-in remote attestation support for the CPU and GPU. Attestation allows a workload owner to cryptographically verify the guest Trusted Computing Base (TCB) before secrets are released to the workload. | ||
|
|
||
a-mccarthy marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| When a workload requires a secret, for example, to decrypt a container image or model, guest components identify the active CPU and GPU enclaves, collect hardware evidence, and send it to a remote verifier/broker such as Trustee. The verifier evaluates the evidence and conditionally releases the secret. | ||
|
|
||
| Features that depend on secrets depend on attestation. | ||
| These features include: | ||
|
|
||
| * Pulling encrypted images | ||
| * Authenticated container registry support | ||
| * Sealed secrets | ||
| * Direct workload requests for secrets | ||
|
|
||
| To use these features, a remote verifier/broker, like Trustee, must be provisioned in a trusted environment. | ||
| Then you can direct your workloads to use the verifier/broker to authenticate and release secrets based on your configured policies. | ||
|
|
||
|
|
||
| Configure Remote Verifier/Broker (Trustee) | ||
| ========================================== | ||
|
|
||
| For an overview of attestation with Trustee, refer to the `Trustee documentation <https://confidentialcontainers.org/docs/attestation/>`_. | ||
|
|
||
| Follow the `upstream Trustee documentation <https://confidentialcontainers.org/docs/attestation/installation/>`_ to provision a Trustee instance in a trusted environment. | ||
| This will configure Trustee to use the remote NVIDIA verifier, NVIDIA Remote Attestation Service (NRAS), to evaluate the evidence by default. | ||
|
|
||
| .. note:: | ||
|
|
||
| If attestation does not succeed after provisioning Trustee, enable debug logging by setting the ``RUST_LOG=debug`` environment variable in the Trustee environment. | ||
| The Trustee log can then be used to diagnose the attestation process. | ||
|
|
||
| Next Steps | ||
| ========== | ||
|
|
||
|
|
||
| * Configure policies to use attestation features. | ||
|
|
||
| `Kata Agent <https://github.com/kata-containers/kata-containers/blob/main/src/agent/README.md>`_ (deployed with ``kata-deploy``) runs inside the guest virtual machine to manage the container lifecycle. | ||
| It enforces a strict, immutable security policy based on Rego (regorus) that prevents the untrusted host from executing unauthorized commands, such as a malicious kubectl exec. | ||
| Attestation-dependent features require that these policies permit the relevant operations. | ||
|
|
||
| Refer to the `Kata Containers Agent Policy documentation <https://github.com/kata-containers/kata-containers/blob/main/docs/how-to/how-to-use-the-kata-agent-policy.md>`_ for more on using policies. You can use the `genpolicy tool <https://github.com/kata-containers/kata-containers/blob/main/src/tools/genpolicy/README.md>`_ (installed with ``kata-deploy``) to autogenerate policies, or write your own manually. | ||
|
|
||
| Refer to the Confidential Containers' `Init-Data <https://confidentialcontainers.org/docs/features/initdata>`_ documentation for more information on using the genpolicy tool to autogenerate policies. | ||
|
|
||
| * Configure workloads to use attestation features. | ||
| You can configure workloads to use attestation and specify configuration for encrypted images and authenticated container registries. | ||
|
|
||
| Refer to the `Confidential Containers Features <https://confidentialcontainers.org/docs/features>`_ documentation for more information on using attestation features. | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.