Generate a Presigned URL from PEGA

Hi All,

I want to generate a presigned url from PEGA . But i realise that i cant get the secret key from the Authentication profile rule. It is internally decrypted. So is there no way i can generate a presigned url from pega without calling a connector ?

Thanks & Regards

Sravya K

No, in a supported Pega design you should not try to read the secret key from the Authentication Profile, because that rule is meant to store credentials securely for connector use, not to expose them to your activity or data transform. Pega’s own documentation says Authentication Profiles are for securely authenticating external integrations, and community discussions around S3 presigned URLs show teams typically handle this through a connector or external signing service rather than by pulling the secret out of the profile.