Hello,
I'm interested in authenticating users to the BLESS lambda using OpenID Connect identity tokens.
This would be an alternative to using KMS auth to prove the identity of the caller. Users could use AWS AssumeRoleWithWebIdentity API to get temporary credentials to invoke the lambda, and then pass their identity token in the payload to get a certificate signed for a username that matches a claim in the identity token.
I'm keen to implement this feature. Is there any interest and support for new features like this?