-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Ruby version bumped to 2.5.1 - Gems updated to support new ruby version. - **Gem now hosted on rubygems instead of gemfury** - Should be able to avoid the gem repo listing for gemfury in `Gemfile`s - Feature: Rolled in consul-kv capabilities into `covalence/consul-tasks.rb' * Does not natively handle encrypted sops files yet, keeping that step separate for the time being - Feature: Introducing sops capability for encrypting and decrypting files. New sops tasks in `covalence/sops-tasks.rb'. * Uses file suffix naming conventions to handle automatic path grepping to encrypt and decrypt files. The decrypt file suffix should be added to `.gitignore`. - Bug fix: Handle nested shell interpolation values. Probably not a long term fix unfortunately though.
- Loading branch information
Showing
22 changed files
with
432 additions
and
116 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,3 +1,6 @@ | ||
COVALENCE_WORKSPACE = $PWD | ||
AWS_PROFILE = "<likely, if you're going to use sops>" | ||
AWS_REGION = "us-west-2" | ||
ATLAS_TOKEN = "<insert_token_here>" | ||
SOPS_KMS_ARN = "https://github.com/mozilla/sops#2usage" | ||
CONSUL_KV_FILE = "<$WORKSPACE_DIR/consul-kv.yml>" |
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 +1 @@ | ||
2.3.6 | ||
2.5.1 |
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
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
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
Oops, something went wrong.