From 22db72939862f31c784f33ccd259f7ab80fc5a93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Tue, 3 Mar 2026 12:13:31 +0100 Subject: [PATCH] Fix outdated mention of FetchAttestationData MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This function was replaced by AidAttestation and does not exist anymore. The change was done in 01375380682ba2979e5fbb3de5bbea18f8658e93 Signed-off-by: Pavel Březina --- proto/spire/plugin/agent/nodeattestor/v1/nodeattestor.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/spire/plugin/agent/nodeattestor/v1/nodeattestor.proto b/proto/spire/plugin/agent/nodeattestor/v1/nodeattestor.proto index 7d72ae6..ffccbc2 100644 --- a/proto/spire/plugin/agent/nodeattestor/v1/nodeattestor.proto +++ b/proto/spire/plugin/agent/nodeattestor/v1/nodeattestor.proto @@ -7,7 +7,7 @@ service NodeAttestor { // payload and participating in attestation challenge/response. // // The attestation flow is as follows: - // 1. SPIRE Agent opens up a stream to the plugin via FetchAttestationData. + // 1. SPIRE Agent opens up a stream to the plugin via AidAttestation. // 2. The plugin returns a response with the payload. // 3. SPIRE Agent sends the payload to SPIRE Server. // 4. Optionally, SPIRE Server responds with a challenge: