AWSSecretsManagerConfigurationExtensions icon indicating copy to clipboard operation
AWSSecretsManagerConfigurationExtensions copied to clipboard

No secrets loaded when using AcceptedSecretArns with name values

Open ransagy opened this issue 3 weeks ago • 1 comments

When providing a list o AcceptedSecretArns, It is touted you can provide a full or partial ARN, or the actual secret names. However, when i try to supply names only, No secrets are loaded. Debugging into the fetching code, I can see it finds the secrets in AWS. However, the code expects to perform a join between the name/ARN of the provided secrets and the fetched ones - in this case, it will always be empty since its comparing the full ARN that was fetched against the name given in advance.

This seems like the wrong behavior; I haven't used this option before, so i want to make sure im not wrong here. If this is a bug, I can look into fixing it.

ransagy avatar Dec 04 '25 16:12 ransagy

Since i do believe the behavior is wrong, I opened #102 to fix this.

ransagy avatar Dec 07 '25 13:12 ransagy