]> Entropealabs - wampex_client.git/commitdiff
remove bondy_config
authorChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 21:43:52 +0000 (16:43 -0500)
committerChristopher <chris@entropealabs.com>
Fri, 20 Mar 2020 21:43:52 +0000 (16:43 -0500)
bondy_config/bondy.conf [deleted file]
bondy_config/security_config.json [deleted file]

diff --git a/bondy_config/bondy.conf b/bondy_config/bondy.conf
deleted file mode 100644 (file)
index 79ed8ca..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-distributed_cookie = bondy
-nodename = bondy@127.0.0.1
-aae.data_exchange_timeout = 1m
-aae.enabled = on
-security.allow_anonymous_user = on
-security.automatically_create_realms = off
-security.config_file = $(platform_etc_dir)/security_config.json
diff --git a/bondy_config/security_config.json b/bondy_config/security_config.json
deleted file mode 100644 (file)
index 1e148fd..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-[
-  {
-    "uri": "com.myrealm",
-    "description": "A test realm",
-    "authmethods": [
-      "wampcra"
-    ],
-    "security_enabled": true,
-    "users": [],
-    "sources": [
-      {
-        "usernames": "all",
-        "authmethod": "password",
-        "cidr": "0.0.0.0/0",
-        "meta": {
-          "description": "Allows all users from any network authenticate using password credentials."
-        }
-      }
-    ],
-    "grants": [
-      {
-        "permissions": [
-          "wamp.register",
-          "wamp.unregister",
-          "wamp.subscribe",
-          "wamp.unsubscribe",
-          "wamp.call",
-          "wamp.cancel",
-          "wamp.publish"
-        ],
-        "uri": "*",
-        "roles": "all"
-      }
-    ]
-  }
-]