ecout
ecout
Also, because NodeJS 10.x is reaching EOL by end of April, the Cloud Formation template was moved to NodeJS 14.x which is the latest version AWS Lambda supports.
Have to break regex processing line into multiple ones to pass travis-ci linter build.
Roles are tricky, they're named after the STACK's id automatically by CF and they ALREADY have a limit that's almost reached. If you add more stuff to that string you...
Did you submit a pull request? Thanks!
Please read the AWS documentation on disabling regions, this is not related to this application but the AWS environment itself and is expected. https://docs.aws.amazon.com/general/latest/gr/rande-manage.html Most regions cannot be disabled, but...
Even doing sudo as regular user fails Where are the plugins being stored? It seems like a permissions issue with V3. `sudo helm plugin install https://github.com/hypnoglow/helm-s3.git -v 1 Error: Unable...
I'm tracing this in paralell with an issue logged in the helm v3 side. For root this is what we get: > helm plugin install https://github.com/hypnoglow/helm-s3.git Downloading and installing helm-s3...
@mumoshu 1.-Isn't this issue a duplicate? https://github.com/mumoshu/aws-secret-operator/issues/25 See link for details as to why it works, in case someone doesn't know GO SDK will always return the LATEST version of...
Most of all we need secret versioning support and secret map/plain text support. Consider those two reasons to think of a merge.
Well, the Go AWS SDK API does mention this: https://docs.aws.amazon.com/sdk-for-go/api/service/secretsmanager/#GetSecretValueInput > // Specifies the unique identifier of the version of the secret that you want // to retrieve. If you...