From 32739a2a521e8ccb75133e6b64dcfe390745fa8f Mon Sep 17 00:00:00 2001 From: peg Date: Mon, 15 Jun 2026 08:46:04 +0200 Subject: [PATCH] Add note to attestation crate readme that Azure support is currently unmaintained --- crates/attestation/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crates/attestation/README.md b/crates/attestation/README.md index 7a80c42..5620969 100644 --- a/crates/attestation/README.md +++ b/crates/attestation/README.md @@ -28,6 +28,11 @@ Tokio-backed background tasks such as PCCS pre-warm and cache refresh. Enables Microsoft Azure vTPM attestation support (generation and verification), through `tss-esapi`. +**Note:** Azure support is currently **not actively maintained** as we do not +have production CVMs deployed on Azure and so are unlikely to notice when this +implementation of Azure attestation generation or verification ceases to work. +Use at your own risk. + This feature requires [tpm2](https://tpm2-software.github.io) and `openssl` to be installed. On Debian-based systems tpm2 is provided by [`libtss2-dev`](https://packages.debian.org/trixie/libtss2-dev), and on nix