Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: f01340b72797
Choose a base ref
...
head repository: rubygems/rubygems-chef
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d8ca636354ae
Choose a head ref
  • 2 commits
  • 7 files changed
  • 1 contributor

Commits on Oct 16, 2014

  1. update ssl cipher list

    dwradcliffe committed Oct 16, 2014
    Copy the full SHA
    5e53803 View commit details
  2. add evan to vault admins

    dwradcliffe committed Oct 16, 2014
    Copy the full SHA
    d8ca636 View commit details
2 changes: 1 addition & 1 deletion .chef/knife.rb
Original file line number Diff line number Diff line change
@@ -17,4 +17,4 @@
knife[:aws_secret_access_key] = ENV['RUBYGEMS_AWS_SECRET_KEY_ID']

knife[:vault_mode] = 'client'
knife[:vault_admins] = ['dwradcliffe', 'skottler']
knife[:vault_admins] = ['dwradcliffe', 'skottler', 'evan']
2 changes: 1 addition & 1 deletion Berksfile.lock
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ GRAPH
rubygems-backups (0.0.19)
chef-vault (>= 0.0.0)
rubygems-ruby (>= 0.0.0)
rubygems-balancer (0.0.35)
rubygems-balancer (0.0.36)
chef-vault (>= 0.0.0)
nginx (>= 0.0.0)
rubygems (>= 0.0.0)
2 changes: 1 addition & 1 deletion cookbooks/rubygems-balancer/metadata.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name 'rubygems-balancer'

version '0.0.35'
version '0.0.36'

depends 'chef-vault'
depends 'nginx'
Original file line number Diff line number Diff line change
@@ -198,7 +198,7 @@ server {
ssl_certificate <%= @ssl_cert %>;
ssl_certificate_key <%= @ssl_key %>;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers ALL:!ADH:!aNULL:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv3:+EXP:!ECDH;
ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA;
ssl_prefer_server_ciphers on;

# There are bugs in Net::HTTP::Persisent + OpenSSL in 1.8 are uncovered by
2 changes: 1 addition & 1 deletion environments/common.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.35",
"rubygems-balancer": "= 0.0.36",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",
2 changes: 1 addition & 1 deletion environments/production.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.35",
"rubygems-balancer": "= 0.0.36",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",
2 changes: 1 addition & 1 deletion environments/staging.json
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@
"rubygems-app": "= 0.0.31",
"rubygems-apt": "= 0.0.15",
"rubygems-backups": "= 0.0.19",
"rubygems-balancer": "= 0.0.35",
"rubygems-balancer": "= 0.0.36",
"rubygems-bastion": "= 0.0.10",
"rubygems-cache": "= 0.0.3",
"rubygems-chef": "= 0.0.32",