PEGA to connect to AWS S3 bucket
Deployed PEGA in to private cloud of Kubernetes and need to connect to AWS S3 bucket using the Access Key and Secret Access key.
In order to get those temporary credentials need to get through SAML Authentication of AssumeRole service for the S3 bucket which intern gives temporary credentails (STS Service).
Anyone implemented SAML Auth for STS service to get the cred ?
Thanks in Advance..!