Is your feature request related to a problem? Please describe.
I would like to for use OIDC tokens to authenticate users.
Describe the solution you'd like
Implement CreateOpenIDConnectProvider and make it possible to use AssumeRoleWithWebIdentity with an OIDC access token.
Describe alternatives you've considered
Create a gateway service which does the authentication and forwards requests, but this is way more complicated then having support for this directly in noobaa :)