diff options
author | makefu <github@syntax-fehler.de> | 2017-07-28 21:57:25 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2017-07-28 21:57:25 +0200 |
commit | 059b2e3477c9de2a6e69573c16bcf8b2826e0ae9 (patch) | |
tree | 0bf49508d77ee94205f533987dfe0bc6b1ac4f9c /makefu/6tests | |
parent | 31ff7157ef033d4fee253b848c434a0bd0c8c457 (diff) |
ma dummy-secrets: add kibana-auth
Diffstat (limited to 'makefu/6tests')
-rw-r--r-- | makefu/6tests/data/secrets/kibana-auth.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/makefu/6tests/data/secrets/kibana-auth.nix b/makefu/6tests/data/secrets/kibana-auth.nix new file mode 100644 index 000000000..80e8f44c1 --- /dev/null +++ b/makefu/6tests/data/secrets/kibana-auth.nix @@ -0,0 +1,4 @@ +{ + "dick" = "butt"; +} + |