diff --git a/.gitignore b/.gitignore index 9500e81546..42904c6b19 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ _mailinglist docs/_build/ __pycache__ .env_file +.venv # Coverage reports htmlcov/ diff --git a/ci-cd-codepipeline.cfn.yml b/ci-cd-codepipeline.cfn.yml index fe24d6140a..afbac9fa65 100755 --- a/ci-cd-codepipeline.cfn.yml +++ b/ci-cd-codepipeline.cfn.yml @@ -17,14 +17,14 @@ Parameters: GitSourceRepo: Type: String Description: GitHub source repository - must contain a Dockerfile and buildspec.yml in the base - Default: cd0157-Server-Deployment-and-Containerization + Default: simple-flask MinLength: 1 MaxLength: 100 ConstraintDescription: You must enter a GitHub repository name GitBranch: Type: String - Default: master + Default: main Description: GitHub git repository branch - change triggers a new build MinLength: 1 MaxLength: 100 @@ -40,7 +40,7 @@ Parameters: GitHubUser: Type: String - Default: SudKul + Default: mattgaskey Description: GitHub username or organization MinLength: 3 MaxLength: 100 diff --git a/examples/Cloudformation/my_parameters.json b/examples/Cloudformation/my_parameters.json index 97660b431c..6ff39940f6 100644 --- a/examples/Cloudformation/my_parameters.json +++ b/examples/Cloudformation/my_parameters.json @@ -1,14 +1,14 @@ [ { "ParameterKey": "myVPC", - "ParameterValue": "vpc-098defbc811aad87c" + "ParameterValue": "vpc-0104631f7dac77c2b" }, { "ParameterKey": "PublicSubnet", - "ParameterValue": "subnet-031d7c02210432b1c" + "ParameterValue": "subnet-0f8540b460635ab76" }, { "ParameterKey": "AMItoUse", - "ParameterValue": "ami-0fa49cc9dc8d62c84" + "ParameterValue": "ami-01816d07b1128cd2d" } ] \ No newline at end of file diff --git a/examples/Deploy_Flask_App/deployment.yml b/examples/Deploy_Flask_App/deployment.yml index 202f84ba87..4f2be4e2b1 100644 --- a/examples/Deploy_Flask_App/deployment.yml +++ b/examples/Deploy_Flask_App/deployment.yml @@ -22,7 +22,7 @@ spec: containers: - name: simple-flask # image: IMAGE_TAG - image: sudkul/simple-flask + image: mattgaskey0704/simple-flask securityContext: privileged: false readOnlyRootFilesystem: false diff --git a/trust.json b/trust.json index f934cf3a3f..2e0c7a5390 100644 --- a/trust.json +++ b/trust.json @@ -4,7 +4,7 @@ { "Effect": "Allow", "Principal": { - "AWS": "arn:aws:iam::519002666132:root" + "AWS": "arn:aws:iam::123531518340:root" }, "Action": "sts:AssumeRole" }