mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Note on the name of the configuration file
Making explicit that only files named `.sops.yaml` will be auto-discovered. And alternative names (like `.sops.yml`) need to be used with the `--config` flag. Signed-off-by: Carlos Zubieta <1976312+ErraticMaker@users.noreply.github.com>
This commit is contained in:
committed by
Felix Fontein
parent
cec23d38d4
commit
ca66e3c63b
@@ -669,6 +669,9 @@ of all new files. If your secrets are stored under a specific directory, like a
|
||||
``git`` repository, you can create a ``.sops.yaml`` configuration file at the root
|
||||
directory to define which keys are used for which filename.
|
||||
|
||||
Note: The file needs to be named ``.sops.yaml``. Other names (i.e. ``.sops.yml``) won't be automatically
|
||||
discovered by sops. You'll need to pass the ``--config .sops.yml`` option for it to be picked up.
|
||||
|
||||
Let's take an example:
|
||||
|
||||
* file named **something.dev.yaml** should use one set of KMS A, PGP and age
|
||||
|
||||
Reference in New Issue
Block a user