generated from finos/standards-project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Automated Controls Catalog Tests - Demo Only #245
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
damienjburks
force-pushed
the
feature/issue-189
branch
from
July 9, 2024 03:04
04d32eb
to
0c59533
Compare
This issue will be closed as stale in 7 days. If this issue is blocked, please tag or assign the appropriate party to move this forward. |
Closed as stale. An update may reopen this PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
@mlysaght2017 and I have collaborated on this. Ideally, this is a PoC to "prove" that the controls that we're building can be implemented using Terraform. We want to ensure that the CSPs have built-in controls by creating resources, such as S3 Buckets and Cloud Storage buckets. We are leveraging Python, Gherkin, and Terraform Cloud to be able to deploy, test, and destroy the resources after confirming the behave tests (controls) worked and malicious activity has been blocked or prohibited. This is something that we plan to demo at the next security WG meeting.
In order for the GitHub action to work, we'll need to set the TF_API_TOKEN variable so that it can interact with Terraform Cloud. In the meantime, you can review the logs here in this PR against my forked version of this project: damienjburks#3
Linked (Related) Issues