Skip to content

Commit

Permalink
Improve safety of AWS-based builds
Browse files Browse the repository at this point in the history
Ensure that AWS and Docker credentials don't get
accidentally added
  • Loading branch information
willthames committed Nov 27, 2019
1 parent 0ae463a commit 6927d93
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,7 @@ bin
test/e2e-image/wait-for-nginx.sh
.cache
cover.out

# secret terraform variables
build/images/nginx/aws.tfvars
build/images/nginx/env.tfvars
2 changes: 1 addition & 1 deletion internal/ingress/annotations/opentracing/main_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
Copyright 2017 The Kubernetes Authors.
Copyright 2019 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down

0 comments on commit 6927d93

Please sign in to comment.