diff --git a/config/permissions/pending_requests.json b/config/permissions/pending_requests.json index f822c41..d70379c 100644 --- a/config/permissions/pending_requests.json +++ b/config/permissions/pending_requests.json @@ -438,5 +438,27 @@ "framework.command.execute" ], "timestamp": 29119.62760988 + }, + "4a860528": { + "plugin_name": "example_plugin", + "permissions": [ + "plugin.example.read", + "plugin.example.write", + "plugin.example.execute", + "framework.event.subscribe", + "framework.command.execute" + ], + "timestamp": 29166.970752102 + }, + "57820181": { + "plugin_name": "sentinel", + "permissions": [ + "plugin.sentinel.read", + "plugin.sentinel.write", + "plugin.network.access", + "framework.event.subscribe", + "framework.command.execute" + ], + "timestamp": 29166.973069289 } } \ No newline at end of file diff --git a/config/plugins/commands.yaml b/config/plugins/commands.yaml index c167f7b..fea5425 100644 --- a/config/plugins/commands.yaml +++ b/config/plugins/commands.yaml @@ -101,7 +101,7 @@ commands: permissions: - framework.command.test source: internal -last_updated: 29119.596258526 +last_updated: 29166.959137102 plugin_commands: example_plugin: echo: *id001 diff --git a/config/services/network_routes.yaml b/config/services/network_routes.yaml index 452d9b5..4a0b563 100644 --- a/config/services/network_routes.yaml +++ b/config/services/network_routes.yaml @@ -1,5 +1,5 @@ http_port: 4200 -last_updated: 29119.62443889 +last_updated: 29166.971388508 plugin_routes: example_plugin: - methods: diff --git a/static/web_panel/pages/plugins.html b/static/web_panel/pages/plugins.html index 501b949..564b48e 100644 --- a/static/web_panel/pages/plugins.html +++ b/static/web_panel/pages/plugins.html @@ -11,17 +11,22 @@