JSONWebKeySet
A JSON Web Key Set (JWKS) as defined by RFC 7517.
Properties
- The set of JSON Web Keys
- ↳
Keyobject requiredThe cryptographic key material. Structure depends on the key type (RSA, EC, etc.). - ↳
KeyIDstring requiredThe ‘kid’ parameter: a unique identifier for the key. - ↳
Algorithmstring requiredThe ‘alg’ parameter: the algorithm intended for use with this key (e.g. RS256, ES256). - ↳
Usestring requiredThe ‘use’ parameter: ‘sig’ for signing or ’enc’ for encryption. - The X.509 certificate chain
- The URL for the X.509 certificate chain
- ↳
CertificateThumbprintSHA1array[string] requiredThe SHA-1 thumbprint of the X.509 certificate - ↳
CertificateThumbprintSHA256array[string] requiredThe SHA-256 thumbprint of the X.509 certificate
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.