spiffe/spire

Update tpmdevid NodeAttestor plugin to use go-tpm TPM-Direct API

已關閉

#4,305 建立於 2023年6月29日

 (4 則留言) (0 個反應) (0 位負責人)Go (631 個分叉)auto 404
help wantedpriority/backlogstale

倉庫指標

星標
 (2,443 顆星)
PR 合併指標
 (平均合併 9天 14小時) (30 天內合併 44 個 PR)

描述

github.com/google/go-tpm v0.9.0 introduced a new set of APIs called the TPM-Direct API. This was a significant redesign of the API that requires a refactor of the tpmdevid NodeAttestor in order to utilize.

The older APIs currently used by the tpmdevid NodeAttestor were put into maintenance mode with no active development. We should look into migrating to the TPM-Direct API, which is the currently supported API from the go-tpm project.

貢獻者指南