Skip to content

Commit

Permalink
Enabling secure cred storage using ~/.ec2/rubber-secret.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dliggat committed Dec 13, 2014
1 parent d71b25d commit b1f0d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/rubber/rubber.yml
Expand Up @@ -28,7 +28,7 @@ domain: bloggy.com
# OPTIONAL: Additional rubber file to pull config from if it exists. This file will # OPTIONAL: Additional rubber file to pull config from if it exists. This file will
# also be pushed to remote host at Rubber.root/config/rubber/rubber-secret.yml # also be pushed to remote host at Rubber.root/config/rubber/rubber-secret.yml
# #
# rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}" rubber_secret: "#{File.expand_path('~') + '/.ec2' + (Rubber.env == 'production' ? '' : '_dev') + '/rubber-secret.yml' rescue 'rubber-secret.yml'}"


# OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation" # OPTIONAL: Encryption key that was used to obfuscate the contents of rubber-secret.yml with "rubber util:obfuscation"
# Not that much better when stored in here, but you could use a ruby snippet in here to fetch it from a key server or something # Not that much better when stored in here, but you could use a ruby snippet in here to fetch it from a key server or something
Expand Down

0 comments on commit b1f0d94

Please sign in to comment.