aboutsummaryrefslogtreecommitdiff
path: root/cluster/staging/secretmgr.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-12-25 21:03:16 +0100
committerAlex Auvolat <alex@adnab.me>2022-12-25 21:03:16 +0100
commit8d0a7a806da952adccca51b0a806a4c28732ea90 (patch)
tree609c563bd75774784c93e5a460808e40ec503f31 /cluster/staging/secretmgr.toml
parent7fd81f347006ca6ebaf6f0cf149a4d8c1f8086b0 (diff)
downloadnixcfg-8d0a7a806da952adccca51b0a806a4c28732ea90.tar.gz
nixcfg-8d0a7a806da952adccca51b0a806a4c28732ea90.zip
New secretmgr
Diffstat (limited to 'cluster/staging/secretmgr.toml')
-rw-r--r--cluster/staging/secretmgr.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/cluster/staging/secretmgr.toml b/cluster/staging/secretmgr.toml
new file mode 100644
index 0000000..cbaa6f6
--- /dev/null
+++ b/cluster/staging/secretmgr.toml
@@ -0,0 +1,9 @@
+[ldap]
+server = "ldap://localhost:1389"
+service_dn_suffix = "ou=services,ou=users,dc=staging,dc=deuxfleurs,dc=org"
+admin_dn = "cn=admin,dc=staging,dc=deuxfleurs,dc=org"
+admin_password_secret = "directory/admin_password"
+
+[constants]
+"dummy/public_domain" = "dummy.staging.deuxfleurs.org"
+"dummy/test_constant" = "test value"