You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OSS now allows for JWT token validation in http API. We need to update to this latest version and wire in a signing key in order to validate tokens from future to() transformations.
Steps
Update to version of OSS which support jsonweb package.
Create implementation of jsonweb.KeyStore which provides a signing key from an environment var.
Create suitable environment variable for signing key (e.g. GATEWAY_JWT_SIGNING_KEY).
Configure AuthenticationHandler with a jsonweb.TokenParser which uses env var KeyStore implementation.
Success Criteria
With the appropriate signing key a token can be generated and access authorized via gateway.
The text was updated successfully, but these errors were encountered:
OSS now allows for JWT token validation in http API. We need to update to this latest version and wire in a signing key in order to validate tokens from future
to()
transformations.Steps
jsonweb
package.jsonweb.KeyStore
which provides a signing key from an environment var.GATEWAY_JWT_SIGNING_KEY
).jsonweb.TokenParser
which uses env var KeyStore implementation.Success Criteria
With the appropriate signing key a token can be generated and access authorized via gateway.
The text was updated successfully, but these errors were encountered: