-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update put_s3_bucket_encryption.fp #68
Conversation
Fixing source file name for s3 bucket encryption function
Updating to clarify allowed values in sse_algorithm. Fixing jsonencode to use the correct attribute response for the step "function" "build_enctryption_config"
change source path in s3 bucket encryption pipeline to relative path when running flowpipe mod install
Hi @gcasilva, Thank you so much for the fix! 👍 I have a couple of questions and suggestions regarding the PR:
Please feel free to reach out if you have any further questions. I"m happy to help! 👍 |
Update function source to be put instead of update
Hi @misraved please check my comments below:
The only caveat with this is that whenever flowpipe-mod-aws has a new release you"d have to change this line of code to reflect whatever new version is (e.g. v0.4.2) A better approach would be to change flowpipe logic to use the tag "latest" for release instead of a version number which is what is uses today, but that"s outside of what I can help on this PR. |
@gcasilva I"m not seeing that problem. I am in
Without these changes, this command fails as you reported.
With the changes, it succeeds. What am I missing? |
OK I see the problem. If I run the command directly from the tweaked But:
Now we are back to
This indeed appears to be a Flowpipe bug that"s beyond the scope of this PR. @misraved, @khushboo9024 can we merge this PR without that change, and address other issue separately? |
@judell @misraved, @khushboo9024 @gcasilva FYI - I believe the bug with the relative path in |
Excellent, thanks @vhadianto! |
Update source Co-authored-by: Ved misra <[email protected]>
Fixing source file name for s3 bucket encryption function
Checklist