From 5cd9179c453dcab568ec56494ecafd2fa3661e2f Mon Sep 17 00:00:00 2001 From: Christopher Date: Fri, 20 Mar 2020 16:44:44 -0500 Subject: [PATCH] remove bondy_config --- bondy_config/bondy.conf | 7 ------ bondy_config/security_config.json | 36 ------------------------------- 2 files changed, 43 deletions(-) delete mode 100644 bondy_config/bondy.conf delete mode 100644 bondy_config/security_config.json diff --git a/bondy_config/bondy.conf b/bondy_config/bondy.conf deleted file mode 100644 index 79ed8ca..0000000 --- a/bondy_config/bondy.conf +++ /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 index 1e148fd..0000000 --- a/bondy_config/security_config.json +++ /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" - } - ] - } -] -- 2.45.3