Secure your Amazon Kendra indexes with the ACL using a JWT shared secret key
AWS Machine Learning Blog
APRIL 12, 2023
JWTs are signed using a cryptographic algorithm to ensure that the claims can’t be altered after the token is issued. Header – It contains parts like type of the token, which is JWT, the signing algorithm being used, such as HMAC SHA256 or RSA, and an optional key identifier. For Algorithm , choose the HS256 algorithm.
Let's personalize your content