-
Notifications
You must be signed in to change notification settings - Fork 154
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
prepare-npk-installation.sh + delete_npkfile.sh scripts #155
Open
davidmans7
wants to merge
173
commits into
Coalfire-Research:main
Choose a base branch
from
c6fc:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
Added a dockerfile that builds a docker image to use npk. This provides two benefits. 1. If CoalfireLabs decides to publish and maintain the npk image, then users can just run npk by using a single command line in docker. 2. If CoalfireLabs does not publish a docker image, users can still use this dockerfile to build the container themselves. This prevents everyone from dealing with multiple terraform, python, pip and node versions that do not quite work together. Pending to be done: - Add ARGs, ENVs or a startup script (á la MySQL) so that the container can setup the aws credential profile when running and does not need to be a manual process. - Add ARG, ENVs or a startup script (á la MySQL) so that the container can setup the /npk/terraform/npk-settings.json file and does not need to be a manual process. - After these are done, we can remove `nano` (or any text editor) being installed, making the image smaller and faster to create. This change also fixes the error in the `terraform/cognito_iam_roles.tf` template, which basically just had an extra comma. Fixes #49.
Pull upstream
Fixed wiki reference
resync dev
… AlphaGit-docker-release Pulling AlphaGit's docker work
Capturing AlphaGit's Docker work
📌 Pin AWSCLI to version 2 📌 Use `grep -c` for terraform dependency check The `-c` flag counts the number of matches. A bit cleaner than `wc -l`
Pin AWSCLI version and update dependency checks
Api rewrite
Restrict deployment and operation to specific AWS Regions
Consegna region restrictions
Update Graviton AMI name due to breaking AWS change. Add new Discord.
Fix Graviton again
Fix architecture detection, use parallelcluster AMI
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.
Hi,
I have been working last days with your marvelous NPK repository and I've developed some interesting scripts:
Please, take a look at both of them and decide if including them in the current NPK repository would worth.
Thank you a lot for your work and lookig forward to your soon reply.
Kind regards,
davidmans7