Skip to content

Commit

Permalink
refac(back): fluidattacks#1378 deprecate make sops file
Browse files Browse the repository at this point in the history
- Deprecate makeSopsEncryptedFile
as it is too specific
- Remove documentation

Signed-off-by: Daniel Salazar <[email protected]>
  • Loading branch information
dsalaza4 committed Dec 13, 2024
1 parent 252334f commit ff8e0ca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 34 deletions.
13 changes: 0 additions & 13 deletions docs/src/api/builtins/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,3 @@ m github:fluidattacks/[email protected] /utils/makeRubyLock \
- `sources_yaml` is the **absolute path**
to a file were the script will output results.

## makeSopsEncryptedFile

You can generate an encrypted [Sops](https://github.com/mozilla/sops) file like this:

```bash
m github:fluidattacks/[email protected] /utils/makeSopsEncryptedFile \
"${kms_key_arn}" \
"${output}"
```

- `kms_key_arn` is the arn of the key you will use for encrypting the file.
- `output` is the path for your resulting encrypted file.
10 changes: 0 additions & 10 deletions makes/utils/makeSopsEncryptedFile/entrypoint.sh

This file was deleted.

10 changes: 0 additions & 10 deletions makes/utils/makeSopsEncryptedFile/main.nix

This file was deleted.

1 change: 0 additions & 1 deletion makes/utils/makeSopsEncryptedFile/template.yaml

This file was deleted.

0 comments on commit ff8e0ca

Please sign in to comment.