spiffe/spire
Update tpmdevid NodeAttestor plugin to use go-tpm TPM-Direct API
已关闭
#4,305 创建于 2023年6月29日
help wantedpriority/backlogstale
仓库指标
- 星标
- (2,443 个星标)
- PR 合并指标
- (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.