Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
shameer1
Contributor II
Contributor II

How can we connect to AWS secret manager using talend data integration tool

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.

Labels (4)
3 Replies
Anonymous
Not applicable

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

 

rohsuh
Contributor II
Contributor II

Hi Sabrina, 

Is there a way to do this in Qlik Talend Cloud Studio Premium Edition(R2025 - 02) (Talend Cloud version 8.1)?

Thanks

edward53
Contributor
Contributor

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.

Spoiler