Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do not use UTF8 in test SecretsCommandTest#test_edit_secrets | Pavel Valena | 2017-05-30 | 1 | -1/+1 |
| | |||||
* | Reorder first secrets edit flow. | Kasper Timm Hansen | 2017-05-25 | 1 | -8/+26 |
| | | | | | | Setup config/secrets.yml.enc with template contents for people to edit. Then generate encryption key and encrypt the initial secrets. | ||||
* | Use the config value directly when call `secrets` | yuuji.yaginuma | 2017-04-16 | 1 | -8/+2 |
| | | | | | | | | | | | Currently, `read_encrypted_secrets` is set with initializer. Therefore if refer to `secrets` in config, `read_encrypted_secrets` is false, so can not get the value of `secrets.yml.enc`. In order to be able to refer to secrets in config, modified to refer to `config.read_encrypted_secrets` when calling `secrets`. Fixes #28618. | ||||
* | Inline CIPHER constant. | Kasper Timm Hansen | 2017-03-02 | 1 | -6/+3 |
| | |||||
* | Move key packing into encryptor. | Kasper Timm Hansen | 2017-03-02 | 1 | -3/+2 |
| | |||||
* | Add back yaml require. | Kasper Timm Hansen | 2017-03-02 | 1 | -0/+1 |
| | |||||
* | Default Secrets to AES-128-GCM, using ActiveSupport::MessageEncryptor | Stephen Touset | 2017-03-01 | 1 | -15/+13 |
| | | | | Fixes #28135. | ||||
* | Revert "Revert "Add encrypted secrets"" | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+111 |
| | |||||
* | Revert "Add encrypted secrets" (#28127) | David Heinemeier Hansson | 2017-02-23 | 1 | -111/+0 |
| | |||||
* | Add encrypted secrets (#28038) | Kasper Timm Hansen | 2017-02-23 | 1 | -0/+111 |