mziyabo / argocd-aws-secret-plugin

AWS Secret Manager plugin for ArgoCD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bug InvalidParameterException

PLeS207 opened this issue · comments

I have a bug with plugin, tried generate yaml but got error

botocore.errorfactory.InvalidParameterException: An error occurred (InvalidParameterException) when calling the GetSecretValue operation: SecretId exceeds size limit.

detected a problem in the code, when the plugin generates yaml, it triggering to each character "< >" even if they are in different lines for example I have Configmap like a code

       for (let i = 0; i < tradeCount; i += 1) {
          bootstrapPromise
            .then(createData)
            .catch((error) =>

plugin try get secret with name between "<....>"