Internet-Draft TWI Reference Architecture June 2025
Novak, et al. Expires 26 December 2025 [Page]
Workgroup:
WIMSE
Internet-Draft:
draft-twi-reference-architecture-latest
Published:
Intended Status:
Informational
Expires:
Authors:
M. Novak
J.P. Morgan Chase
Y. Deshpande
arm
H. Birkholz
Fraunhofer SIT
M. Bronk
Intel

Trustworthy Workload Identity Reference Architecture

Abstract

This document contains a gap analysis that is the output of the Confidential Computing Consortium identifying areas in the IETF WIMSE WG work where the current WIMSE architecture should be extended to accommodate workloads running in Confidential Computing environments. This document outlines high-level requirements for the these extensions and describes a series of use cases.

Discussion Venues

This note is to be removed before publishing as an RFC.

Source for this draft and an issue tracker can be found at https://github.com/confidential-computing/twi-wimse.

Status of This Memo

This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.

Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.

Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."

This Internet-Draft will expire on 26 December 2025.

Table of Contents

1. Introduction

Until recently, there were few scenarios requiring data-in-use protection. This is starting to change. Regulatory bodies worldwide are increasingly requiring data-in-use protection and privacy enhancing technologies. Outside of regulatory requirements, companies are exploring:

Correspondingly, there is an increased push to harmonize management and governance of human and non-human identities. Modern workloads may operate on their own behalf with their own credentials, or as agents on behalf of other entities with delegated credentials. Entities interested in strong assurances around the security of their deployed workloads, for regulatory, contractual or peace of mind reasons, are facing large and challenging tasks of upgrading their existing computing system infrastructure to meet these requirements. Current ways of issuing and managing workload identities, as well as those required for effective protection of data-in-use, are subject to multiple architectural challenges; chief among them:

  1. Lack of workload isolation against the hardware and the operating system owners/administrators, as well as peer workload instances

  2. Lack of strong binding between a workload credential and the workload instance to which that credential had been issued

  3. Lack of verifiable composition of the workload, and inability to associate a credential with a set of decisions leading up to its issuance

It is important to highlight that these shortcomings are related: lack of process isolation eases credential exfiltration and leads to credential leakage and reuse.

Confidential Computing can close these architectural gaps due to its unique features (i.e., verifiable composition, strong workload isolation) and broad availability (i.e., support by all major hardware vendors). Multiple emerging regulations will mean that customers will be looking to these features and capabilities to satisfy them.

Confidential Computing-assisted mechanisms have to align with the emerging Workload Identity solution ecosystem. Correspondingly, the evolution of the Workload Identity ecosystem should remain in alignment with the expectations of the owners and operators of Confidential Computing workloads. To address this set of requirements, this document defines and elaborates on the concept of Trustworthy Workload Identity (TWI) in the following Sections.

2. Conventions and Definitions

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in BCP 14 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.

This document uses terms and concepts defined by the WIMSE and RATS architectures, as well as the terms defined by the Trustworthy Workload Identity Special Interest Group at the Confidential Computing Consortium. For a complete glossary, see Section 4 of [RFC9334] , [I-D.draft-ietf-wimse-arch] & [TWISIGCharter].

The definitions of terms like Workload Identity, Workload Credential and Workload Provenance match those specified by the TWI SIG Charter [TWISIGCharter].TODO: Update the [TWISIGCharter] to match terms in this document.Mateusz

Workload:

[I-D.draft-ietf-wimse-arch] defines 'Workload' as "an instance of software executing for a specific purpose". Here we restrict that definition to the portions of the deployed software and its configuration that are subject to Remote Attestation.

Workload Identifier:

a stable construct around which Relying Parties can form long-lived Workload authorization policies.

Workload Identity:

the definition of Workload Identity is identical to the definition of the same term by [I-D.draft-ietf-wimse-arch]: "a combination of three basic building blocks: trust domain, Workload Identifier and identity credentials.

Workload Credential:

an ephemeral identity document containing the Workload Identifier and a number of additional claims, that can be short-lived or long-lived, and that is used to represent and prove Workload Identity to a Relying Party.

Workload Provenance:

the metadata describing the origin and composition of the Workload instance, as determined at Workload instantiation time. It remains unchanged for the duration of the Workload’s execution.

The definition of Workload Provenance is compatible with the definition of Provenance by [NIST_SP_800-218A]: "Metadata pertaining to the origination or source of specified data".

Workload Credential Provenance:

the metatada about a Workload Credential creation, describing where, when and how it got issued — including the attestation policies effective at credential issuance time. Its definition is compatible with [NIST_SP_800-218A].

Provenance Binding:

a unique linkage between a Workload (or Workload Credential) and its corresponding provenance record. A binding is said to be strong if it is anchored to the underlying Root of Trust (RoT), enabling audit of the integrity of the linkage - typically via attestation. Such a binding is non-repudiable, ensuring that the entity responsible for the Workload or Credential cannot later deny its origin or the integrity of its provenance.

3. Gap Analysis

The following shortcomings were identified by performing a gap analysis of the current WIMSE architecture [I-D.draft-ietf-wimse-arch] against the requirements underlying Trustworthy Workload Identity (TWI). The gap analysis provides the basis for identifying extensions necessary to meet the level of trustworthiness required by Confidential Computing environments.

4. Alignment or Synergy with WIMSE Architecture

WIMSE defines an architecture for managing Workload Identity in multi-system environments.

  1. The WIMSE Architecture explains the core concept of Workload Identity in-line with the concept of identity in the TWI world.

  2. WIMSE model has a CA/Credential issuer that is responsible for provisioning identity Credentials to the Workload. TWI requirement is roughly similar in terms of issuing credentials. However, the requirements and policies applied when issuing Credentials vary as described in the Extensions section below.

  3. WIMSE Architecture defines Trust Domain, which is the authority that identifies domain within which the identifier is scoped. TWI Architecture is aligned with this basic building block.

5. Extensions to the WIMSE Architecture

Trustworthy Workload Identity as detailed in this document proposes the following extensions and changes to the core WIMSE Architecture.

5.1. Workload Isolation and the Role of the Hosting Environment

Under Confidential Computing, the confidentiality and integrity of a Workload is isolated from the hosting environment and other Workloads. The underlying assumption in the WIMSE architecture that the hosting environment can be fully trusted to establish the identity of a hosted Workload is incompatible with the assumptions of Confidential Computing. Confidential Workloads perform their own Remote Attestation and Workload isolation ensures that the hosting environment cannot interfere with this process.

5.2. Remote Attestation

Under Confidential Computing, Remote Attestation plays a fundamental role in assessing the trustworthiness of the Workload and ensuring that the Workload is running on a platform that provides required security guarantees.

5.2.1. Integrating Workload Attestation with Credential Issuance

The Credential Issuer would process the Attestation Results from the Verifier and apply its own Appraisal Policy for Attestation results prior to issuing Credentials.

5.2.2. Remote Attestation of Composite Workloads

Confidential Workloads may be "Composite", i.e., span Trusted Execution Environments yet share a Workload Credential. The details are to be defined at a later time.

5.3. Provenance

To ensure the trustworthiness of a Workload Identity, it is essential to rigorously track the origin and lifecycle of both the Workload and its associated Workload Credentials. The metadata records intended to capture this information are called Workload Provenance and Workload Credential Provenance, respectively.

5.3.1. Workload Provenance

Workload Provenance is determined by the hosting environment (for example, at workload instantiation)(Sourcing the Provenance information is an area that requires industry alignment.) and can be interrogated to receive the metadata pertaining to Workload, as follows:

  1. Workload Composition: A detailed list of components that comprise a Workload. This can be represented as a Software Bill of Materials (SBOM) using industry standards such as SPDX or CycloneDX. Additionally, supply chain security frameworks like SLSA and provenance attestation mechanisms such as in-toto can be used to capture and verify the integrity, build process, and origin of each component within the Workload.

  2. Compliance Data: Evidence documenting the execution of compliance tests on the Workload. This includes verifiable records of policy evaluations, security scans, assessments, and other compliance-related activities. For example, artifacts produced by frameworks conformant with the NIST Secure Software Development Framework (SSDF) may be incorporated.

  3. Vendor/SaaS Metadata: Capture the identity, role, and attestation status of third-party vendors or SaaS providers involved in the Workload.

The level and fidelity of information captured by Workload Provenance is subject to policy of a particular Relying Party and/or Credentials issuer.

5.3.1.1. Obtaining Workload Provenance

Workload Provenance information generally consists of metadata originating from sources external to the hosting environment — such as Software Bill of Materials (SBOM) for components supplied by independent vendors. The mechanisms for acquiring and integrating this information are implementation-specific and may vary according to organizational policy and supply chain practices. (Sourcing the Provenance information is an area that requires industry alignment.)

The Workload Provenance can be made available in a transparent manner, which can be audited and verifiable by independent parties. While it is a policy of the implementation as to how it obtains the provenance information, the trustworthiness aspect associated to Provenance information can be verified during the runtime trustworthiness assessment of a Workload, through the means of Remote Attestation, at the time of Workload acquiring the Credentials from credential issuer.

5.3.2. Credential Provenance

Credential Provenance is the metadata pertaining to the Credential issuance itself, binding the:

  • Workload Credential (including Workload and Workload Provenance (Section 5.3.1))

  • Verifier (as defined in Section 4.1 of [RFC9334]), including the criteria it applied to the attestation evidence

  • Credential Issuer (including its issuance policies effective at the time of Credential creation)

While the Workload Identity remains stable for as long as the Workload properties remain unchanged, a unique Credential Provenance MUST be generated each time a Workload Credential is issued.

5.3.2.1. Obtaining Credential Provenance

In most deployments, the Credential Issuer operates inside the hosting environment, and thus the Workload Credential Provenance record is typically generated within that environment.

Creation of a Credential Provenance record SHOULD additionally be recorded in a transparency log (if in use by the solution), to provide discoverability, immutability and non-repudiation by the issuer. The transparency log record MAY be encrypted to prevent disclosure of Personally Identifiable Information (PII) or buisness-critical data.

5.3.3. Integrating Provenance with Credential Issuance

Provenance information — encompassing both Workload Provenance and Credential Provenance — SHOULD be associated with Workload Credentials using a well defined protocol(Standarized formats and protocols for storing/discovering/verifying provenance information may need defining.). Given the potential for a single Workload to be issued multiple Credentials (i.e., a 1:N relationship), the Credential Provenance record SHOULD serve as the primary provenance reference and include linkage to Workload Provenance. This ensures that all relevant provenance details, including those pertaining to the Workload, can be derived from a single (Credential Provenance) record, simplifying the trust derivation for a Relying Party.

5.3.3.1. Provenance Binding
External Binding:

The association between provenance information and a Workload Credential MAY be established externally, with the provenance record referencing the Credential. This allows the provenance record to be managed and retrieved independently, while maintaining a verifiable link to the corresponding Workload Identity, and not requiring any changes to existing Workload Identity Token (WIT) format. For example, the provenance record can include a hash-based fingerprint of the Workload Credential, or reference a unique field from the Credential — such as the serial number in a X.509 certificate or the "jti" (JWT ID) claim in a WIT. In this case, the Verifier needs to have an upfront knowledge as to the provenance record's location (for example, a protocol to query for the provenance at the credential issuer or through a well-known centralized provenance store or a transparency log).

Internal Binding:

Alternatively, The provenance record (or a pointer to it) MAY be embedded inside the Workload Credential, for example as an X.509 certificate extension or a separate claim embedded inside a Workload Identity Token, uniquely tying the Workload Credential to the chain of events leading up to its issuance. Note that in deployment scenarios where Credential Issuer and Provenance Issuer are not the same entity, the independently-issued Provenance record MUST still be strongly bound to the credential by its creator, making the relationship bidirectional: Credential referencing Provenance via a pointer, Provenance strongly bound to the Credential's non-forgeable unique property.

5.4. Workload to Platform binding

TODO: Issue #27 filed.

6. Integration of Confidential Computing into WIMSE

6.1. Secure Key Storage & Cryptographic Operations

With TEEs, a Workload’s private keys and sensitive cryptographic operations (such as signing or validating tokens) can be isolated from the hosting environment, reducing the risk of key leakage even if the hosting environment is compromised. (For instance, the WIMSE token — be it a JWT or an X.509 certificate — can be generated and signed within a TEE, ensuring that the proof-of-possession mechanism remains intact.)

6.2. Enhanced Bootstrapping with Attestation

Strengthening the initial bootstrapping process. A TEE can enable hardware-based Remote Attestation, proving that a Workload is running in a secure, isolated environment. This attestation could be used as an additional factor during Workload Credential provisioning, ensuring that only Workloads running in a TEE and matching the Workload Credential issuer's attestation policies receive valid credentials.

6.3. Protected Credential Exchange

For the Credential exchange patterns defined in the WIMSE Credential Exchange draft, Confidential Computing can provide a Trusted Execution Environment in which the exchange logic runs. This ensures that the process of exchanging or re-provisioning credentials is protected against tampering and eavesdropping.

6.4. Mitigating Runtime Compromise

Executing the Workload inside a Trusted Execution Environment can lower the risk that runtime attacks (such as memory scraping or side-channel attacks) can expose critical identity or authentication tokens. For example, a Trusted Execution Environment can be used to securely generate and verify proofs of possession that are important within the WIMSE authentication protocol.

7. Security Considerations

TODO

8. IANA Considerations

Not applicable for this draft at this time.

9. Acknowledgements

TODO

10. References

10.1. Normative References

[RFC2119]
Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, , <https://www.rfc-editor.org/rfc/rfc2119>.
[RFC8174]
Leiba, B., "Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words", BCP 14, RFC 8174, DOI 10.17487/RFC8174, , <https://www.rfc-editor.org/rfc/rfc8174>.

10.2. Informative References

[I-D.draft-ietf-wimse-arch]
Salowey, J. A., Rosomakho, Y., and H. Tschofenig, "Workload Identity in a Multi System Environment (WIMSE) Architecture", Work in Progress, Internet-Draft, draft-ietf-wimse-arch-04, , <https://datatracker.ietf.org/doc/html/draft-ietf-wimse-arch-04>.
[NIST_SP_800-218A]
National Institure of Standards and Technology, U.S. Department of Commerce, "Secure Software Development Practices for Generative AI and Dual-Use Foundation Models: An SSDF Community Profile", n.d., <https://doi.org/10.6028/NIST.SP.800-218A>.
[RFC9334]
Birkholz, H., Thaler, D., Richardson, M., Smith, N., and W. Pan, "Remote ATtestation procedureS (RATS) Architecture", RFC 9334, DOI 10.17487/RFC9334, , <https://www.rfc-editor.org/rfc/rfc9334>.
[TWISIGCharter]
Confidential Computing Consortium Trustworthy Workload Identity SIG, "Trustworthy Workload Identity (TWI) Special Interest Group — Charter", n.d., <https://github.com/confidential-computing/governance/blob/main/SIGs/TWI/TWI_Charter.md>.
[TWISIGReq]
Confidential Computing Consortium Trustworthy Workload Identity SIG, "Trustworthy Workload Identity (TWI) Special Interest Group — Requirements", n.d., <https://github.com/confidential-computing/twi/blob/main/TWI_Requirements.md>.

Authors' Addresses

Mark Novak
J.P. Morgan Chase
Yogesh Deshpande
arm
Henk Birkholz
Fraunhofer SIT
Mateusz Bronk
Intel Corporation