Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some helpful tips to the README #360

Merged
merged 2 commits into from
Jul 12, 2023
Merged

Commits on Jul 10, 2023

  1. Add some helpful tips to the README

    A couple notes that tripped me up when initially trying this. I hope they can help make future journeys smoother :)
    
    - Getting the syntax of `.sops.yaml` wrong can cause vague errors when it comes to encrypting secrets files.
    - `path_regex` needs to include all file extensions that you intend to encrypt. `sops` supports YAML, JSON, ENV, INI and binary files, so suggesting that those be picked up by default seems sensible. Personally, I had trouble figuring out why `sops` wouldn't accept my `.env` file - again with a confusing error message.
    anoadragon453 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b1aa4e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    e4e1a9f View commit details
    Browse the repository at this point in the history