Improve safety of AWS-based builds

Ensure that AWS and Docker credentials don't get
accidentally added
This commit is contained in:
Will Thames 2019-11-01 15:22:04 +10:00
parent 3716655525
commit fcccd63002
2 changed files with 5 additions and 1 deletions

4
.gitignore vendored
View file

@ -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

View file

@ -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.