ContainerImage.Pinniped/internal/controller/supervisorconfig/testdata/invalid-key-jwks.json
Andrew Keesler c030551af0
supervisor-generate-key: unit and integration tests
Signed-off-by: Andrew Keesler <akeesler@vmware.com>
2020-10-14 16:41:16 -04:00

13 lines
153 B
JSON

{
"keys": [
{
"use": "sig",
"kty": "RSA",
"kid": "some-key",
"alg": "RS256",
"n": "0",
"e": "AQAB"
}
]
}