iwarapter / terraform-provider-jwks

Terraform Provider to help work with JWKS
MIT License
7 stars 9 forks source link

Add optional use and alg fields to JWK #95

Closed steveorourke closed 1 year ago

steveorourke commented 1 year ago

Adds optional use and alg fields to JWK as defined in the JWK specification RFC-7517

Output from acceptance testing:

$ TF_ACC=1 go test ./... -v -trimpath -coverprofile=coverage.out
?       github.com/iwarapter/terraform-provider-jwks    [no test files]
=== RUN   TestAccJwksFromCertificateDataSource
--- PASS: TestAccJwksFromCertificateDataSource (2.26s)
=== RUN   TestAccJwksFromKeyDataSource
--- PASS: TestAccJwksFromKeyDataSource (4.20s)
PASS
coverage: 84.8% of statements
ok      github.com/iwarapter/terraform-provider-jwks/internal/sdkv2provider     9.625s  coverage: 84.8% of statements
iwarapter commented 1 year ago

@steveorourke this project has commit signing enforced - can you fix the unsigned commits and we will be good to merge :)

Thanks for the contribution 👍

steveorourke commented 1 year ago

Thanks @iwarapter, commits are now signed.