about summary refs log tree commit diff
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-20T13·50+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-20T13·50+0100
commit392832a1ca492041bf9af4223b7049580e104bf3 (patch)
treeeb8910b647ae8860d387375d605b5f850067dc0e
parentd71776a9ae5d90dd9af1a5c4bc35c6f6d50da1ad (diff)
Testing git-secret
Adding a dummy, top-level secrets.json file using `git-secret`. It might be nice
to have a mono-secrets file in json because then I can use it with `jq` like:

```shell
$ jq '.secret' --join-output < ~/briefcase/secrets.json
```
-rw-r--r--.gitignore1
-rw-r--r--.gitsecret/paths/mapping.cfg1
-rw-r--r--secrets.json.secretbin0 -> 631 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4693836bbdbf..0132f389508d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,3 +28,4 @@ node_modules/
 /emacs/.emacs.d/tramp
 .gitsecret/keys/random_seed
 !*.secret
+secrets.json
diff --git a/.gitsecret/paths/mapping.cfg b/.gitsecret/paths/mapping.cfg
index e69de29bb2d1..2f89bb552ee8 100644
--- a/.gitsecret/paths/mapping.cfg
+++ b/.gitsecret/paths/mapping.cfg
@@ -0,0 +1 @@
+secrets.json:9e05ae88de0df720ecc712b8e6bded3301bfd890cd13d0fb34d83bd37d14b594
diff --git a/secrets.json.secret b/secrets.json.secret
new file mode 100644
index 000000000000..9c3883238d85
--- /dev/null
+++ b/secrets.json.secret
Binary files differ