-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to use new names for CI secrets, make sure to do testing in CI…
… account
- Loading branch information
Alan Potter
committed
Feb 22, 2018
1 parent
4d07356
commit 1ce4483
Showing
3 changed files
with
6 additions
and
10 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
AWS_ACCESS_KEY_ID: !var aws/ci/sys_powerful/access_key_id | ||
AWS_SECRET_ACCESS_KEY: !var aws/ci/sys_powerful/secret_access_key | ||
AWS_ACCESS_KEY_ID: !var ci/aws/iam/users/sys_powerful_conjurops_v2/access_key_id | ||
AWS_SECRET_ACCESS_KEY: !var ci/aws/iam/users/sys_powerful_conjurops_v2/secret_access_key | ||
AWS_SSH_KEY_ID: test-kitchen | ||
AWS_PRIVATE_KEY: !var:file aws/ci/test-kitchen/private-key | ||
AWS_DEFAULT_REGION: us-east-1 | ||
AWS_PRIVATE_KEY: !var:file ci/aws/ec2/key_pairs/test-kitchen | ||
AWS_DEFAULT_REGION: !var ci/aws/iam/users/sys_powerful_conjurops_v2/region | ||
|
||
CLIENT_PEM: !var:file supermarket.chef.io/conjurinc/private-key | ||
CLIENT_PEM: !var:file chef-supermarket/private-key |
This file was deleted.
Oops, something went wrong.