Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Can anybody let me know how to connect to AWS secret manager using talend data integration tool. As of now there is no such component available to connect to AWS secret manager.
I checked the information mentioned in below portal. Here it says how to fetch credentials from parameter store.
Talend Cloud and AWS System Manager Parameter Store for Talend context variables
This is not valid in my scenario as i am not using parameter store. I need to connect to AWS secret manager and fetch the credentials/secrets.
Hello,
We currently don't have components to interact with AWS Secrets Manager.
However the AWS Secrets Manager has a REST API. Our recommendation is to use the tRestClient component to interact with the secrets. We are considering this feature for a future release.
Best regards
Sabrina
Hi Sabrina,
Is there a way to do this in Qlik Talend Cloud Studio Premium Edition(R2025 - 02) (Talend Cloud version 8.1)?
Thanks
You can use the tRESTClient component in Talend to connect to AWS Secrets Manager by making API calls. You'll need to authenticate using AWS Signature Version 4 and set the appropriate request parameters to fetch secrets.