Hi,
I’m looking to setup a pipeline from S3 using non-static AWS credentials (via AssumeRoleWithWebIdentity - AWS Security Token Service and Creating OpenID Connect (OIDC) identity providers - AWS Identity and Access Management).
Is there a way to do with this with SS?
The docs (CREATE PIPELINE · SingleStore Documentation) suggests pipeline author has to supply static aws_access_key + secrets which we want to avoid for security reason.
Thanks