Skip to content

Commit

Permalink
update to use new names for CI secrets, make sure to do testing in CI…
Browse files Browse the repository at this point in the history
… account
  • Loading branch information
Alan Potter committed Feb 22, 2018
1 parent 4d07356 commit 1ce4483
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pipeline {
}
stage('Test kitchen') {
steps {
sh "summon ./jenkins.sh test_kitchen"
sh "summon -f secrets.ci.yml ./jenkins.sh test_kitchen"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions secrets.ci.yml
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
4 changes: 0 additions & 4 deletions secrets.dev.yml

This file was deleted.

0 comments on commit 1ce4483

Please sign in to comment.