Skip to content

Commit a21371f

Browse files
authored
Add TPM signature reference (#473)
Signed-off-by: sal rashid <[email protected]>
1 parent da15459 commit a21371f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -140,11 +140,12 @@ A common use case would be integrating with different 3rd party signature
140140
providers, like key management services from various cloud providers or Hardware
141141
Security Modules (HSMs) or to implement additional standards.
142142

143-
| Extension | Purpose | Repo |
144-
| --------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------ |
145-
| GCP | Integrates with multiple Google Cloud Platform signing tools (AppEngine, IAM API, Cloud KMS) | https://github.com/someone1/gcp-jwt-go |
146-
| AWS | Integrates with AWS Key Management Service, KMS | https://github.com/matelang/jwt-go-aws-kms |
147-
| JWKS | Provides support for JWKS ([RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517)) as a `jwt.Keyfunc` | https://github.com/MicahParks/keyfunc |
143+
| Extension | Purpose | Repo |
144+
| --------- | -------------------------------------------------------------------------------------------------------- | ------------------------------------------------- |
145+
| GCP | Integrates with multiple Google Cloud Platform signing tools (AppEngine, IAM API, Cloud KMS) | https://github.com/someone1/gcp-jwt-go |
146+
| AWS | Integrates with AWS Key Management Service, KMS | https://github.com/matelang/jwt-go-aws-kms |
147+
| JWKS | Provides support for JWKS ([RFC 7517](https://datatracker.ietf.org/doc/html/rfc7517)) as a `jwt.Keyfunc` | https://github.com/MicahParks/keyfunc |
148+
| TPM | Integrates with Trusted Platform Module (TPM) | https://github.com/salrashid123/golang-jwt-tpm |
148149

149150
*Disclaimer*: Unless otherwise specified, these integrations are maintained by
150151
third parties and should not be considered as a primary offer by any of the

0 commit comments

Comments
 (0)