Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS KMS support for OAuth2 Client Credentials JWT authentication #5942

Commits on Jul 3, 2023

  1. Add AWS KMS support for OAuth2 Client Credentials JWT authentication

    This implementaion adds new configuration properties to "oauth2"
    aws_kms: AWS KMS key details
    aws_signing: Infomation for signing AWS requestion, similar to s3_signing
    
    References:
    1) https://github.com/go-jose/go-jose/blob/v3/asymmetric.go#L501
    2) https://github.com/codelittinc/gobitauth/blob/master/sign.go#L101
    
    Signed-off-by: Prasanth Ullattil <prasanth.ullattil@dnb.no>
    prasanthu authored and ashutosh-narkar committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    6dc46be View commit details
    Browse the repository at this point in the history