Vulnerability Summary: - The template function introduced by a PR is considered problematic for security reasons. - It potentially allows an attacker to retrieve secret keys from other namespaces, posing a security risk. Discussion Points: - The function should not be available to users. - Alternative solutions include: - Removing the function and implementing directly where it was originally created. - Limiting the scope to the namespace where External Secrets are applied. - Implementing a provider-specific solution for Senhasegura. - Using two secret stores in one configuration could be a better solution than relying on . Resolution: - The decision was made to remove the function and introduce . - This change was implemented and the issue was closed on December 17, 2025.