-
Notifications
You must be signed in to change notification settings - Fork 81
Fix AWS Scan Test #3556
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
Fix AWS Scan Test #3556
Conversation
Passing run #2903 ↗︎
Details:
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings. |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## main #3556 +/- ##
=======================================
Coverage 87.10% 87.10%
=======================================
Files 310 310
Lines 19031 19031
Branches 2437 2437
=======================================
Hits 16577 16577
Misses 2026 2026
Partials 428 428 ☔ View full report in Codecov by Sentry. |
fyi @daveqnet I'm going to fix this here |
Gotcha! The thing we'll need to work on is IAM and which creds/secrets are being used by this test in CI. I wasn't able to puzzle this out from the code - do you know? [edit: obviously just looking for their parameter names in GH Actions secrets, not the actual secret values] |
I'm not sure how to figure that out either 🤔 if it isn't obvious maybe we should just create new creds for this test env specifically? |
Okay, yep, let's do it, @ThomasLaPiana. I will message you privately to discuss. |
…om/ethyca/fides into ThomasLaPiana-update-aws-scan-test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you @ThomasLaPiana and @daveqnet for the diligence in clearing this up! 🎊
CI failures for external saas tests seem unrelated, though we do have to clean that up at some point. not relevant here though!
We created this #3278 recently as well for saas connectors too @adamsachs - agree hopefully soon! |
thank you all! team effort here 🙂 |
Closes #
Newly-created test resources: https://ethyca.atlassian.net/browse/OPS-346?focusedCommentId=36117
Code Changes
Steps to Confirm
ctl-external
tests passPre-Merge Checklist
Description Of Changes
Update the expected resources within our external tests to match the reality of what actually exists in those accounts.
Additionally, @daveqnet has created a sequestered area for our tests so that we shouldn't have to worry about resource drift/changes impacting these tests in the future.