diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-01 11:15:50 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-02-01 11:15:50 +0100 |
commit | ba5590ce97953f66702b149fd7840bcb58d4b463 (patch) | |
tree | 5db9804ef6b377ae2eb21bc0e0759e0aee34e0fc /consul | |
parent | 62b7b867024d45c1bd2dcec3a4e6dd59207e091b (diff) | |
download | infrastructure-ba5590ce97953f66702b149fd7840bcb58d4b463.tar.gz infrastructure-ba5590ce97953f66702b149fd7840bcb58d4b463.zip |
[bottin] Pré-déploiement de gobottin
Ça marche !!
Diffstat (limited to 'consul')
-rw-r--r-- | consul/configuration/bottin/config.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/consul/configuration/bottin/config.json b/consul/configuration/bottin/config.json new file mode 100644 index 0000000..3cd5e9d --- /dev/null +++ b/consul/configuration/bottin/config.json @@ -0,0 +1,13 @@ +{ + "suffix": "dc=deuxfleurs,dc=fr", + "bind": "0.0.0.0:1389", + "consul_host": "http://consul.service.2.cluster.deuxfleurs.fr:8500", + "acl": [ + "*,dc=deuxfleurs,dc=fr::read:*:* !userpassword", + "*::read modify:SELF:*", + "cn=admin,dc=deuxfleurs,dc=fr::read add modify delete:*:*", + "*:cn=admin,ou=groups,dc=deuxfleurs,dc=fr:read add modify delete:*:*", + "ANONYMOUS::bind:*,ou=users,dc=deuxfleurs,dc=fr:", + "ANONYMOUS::bind:cn=admin,dc=deuxfleurs,dc=fr:" + ] +} |