wunderio / drupal-project

Wunder's template for Drupal projects designed to work automatically with Lando, CircleCI and Helm.
GNU General Public License v2.0
35 stars 6 forks source link

WD-241: Add lando secrets tool. #382

Closed tormi closed 9 months ago

tormi commented 9 months ago

This tool helps to perform encryption and decryption operations in the target file. See .silta/secrets.sh for details.

Link to ticket

WD-241: Add the Silta encryption/decryption tool to our Drupal project template

Changes proposed in this PR

Added lando secrets tool.

How to test

Follow the instructions in the readme:

lando secrets <commands> - perform encryption and decryption operations on the target file. See .silta/secrets.sh for details.

tormi commented 9 months ago

Let's use https://github.com/wunderio/silta-cli/blob/master/docs/silta_secrets.md instead. We need to update https://github.com/wunderio/silta/blob/master/docs/encrypting_sensitive_configuration.md docs. Closing this one.