Remove recursive behavior in AWS PS integration

This commit is contained in:
Tuan Dang
2024-03-14 10:32:05 -07:00
parent c621592807
commit 4c354eb3ea

View File

@ -459,7 +459,7 @@ const syncSecretsAWSParameterStore = async ({
const params = {
Path: integration.path as string,
Recursive: true,
Recursive: false,
WithDecryption: true
};