Describe the bug
A clear and concise description of what the bug is.
Flowpipe s3 bucket encryption pipeline (aws.pipeline.put_s3_bucket_encryption) isn't working we get an
Error: Internal Error
Bad Request: 'source' not found for function: aws.pipeline.put_s3_bucket_encryption.function.build_encryption_config
Flowpipe version (flowpipe -v)
Flowpipe: v0.8.0
flowpipe-mod-aws: v0.4.0
To reproduce
Steps to reproduce the behavior (please include relevant code and/or commands).
Run a pipeline for s3 bucket encryption (aws.pipeline.put_s3_bucket_encryption)
Expected behavior
A clear and concise description of what you expected to happen.
Flowpipe to encrypt s3 bucket
Additional context
Add any other context about the problem here.
Possible fix:
pipelines/s3/put_s3_bucket_encryption.fp file looks for source function as "./pipelines/s3/functions/put_s3_bucket_encryption" but this path doesn't exist in the repo.
The current path in the repo is pipelines/s3/functions/update_s3_bucket_encryption
Describe the bug A clear and concise description of what the bug is. Flowpipe s3 bucket encryption pipeline (aws.pipeline.put_s3_bucket_encryption) isn't working we get an Error: Internal Error Bad Request: 'source' not found for function: aws.pipeline.put_s3_bucket_encryption.function.build_encryption_config
Flowpipe version (
flowpipe -v
) Flowpipe: v0.8.0 flowpipe-mod-aws: v0.4.0To reproduce Steps to reproduce the behavior (please include relevant code and/or commands). Run a pipeline for s3 bucket encryption (aws.pipeline.put_s3_bucket_encryption)
Expected behavior A clear and concise description of what you expected to happen. Flowpipe to encrypt s3 bucket
Additional context Add any other context about the problem here. Possible fix:
pipelines/s3/put_s3_bucket_encryption.fp file looks for source function as "./pipelines/s3/functions/put_s3_bucket_encryption" but this path doesn't exist in the repo. The current path in the repo is pipelines/s3/functions/update_s3_bucket_encryption