diff --git a/config/permissions/pending_requests.json b/config/permissions/pending_requests.json index a6b2c4b..a1a18ca 100644 --- a/config/permissions/pending_requests.json +++ b/config/permissions/pending_requests.json @@ -174,5 +174,27 @@ "framework.command.execute" ], "timestamp": 26605.866739485 + }, + "8e60727b": { + "plugin_name": "example_plugin", + "permissions": [ + "plugin.example.read", + "plugin.example.write", + "plugin.example.execute", + "framework.event.subscribe", + "framework.command.execute" + ], + "timestamp": 26822.1525256 + }, + "25a21431": { + "plugin_name": "sentinel", + "permissions": [ + "plugin.sentinel.read", + "plugin.sentinel.write", + "plugin.network.access", + "framework.event.subscribe", + "framework.command.execute" + ], + "timestamp": 26822.157063829 } } \ No newline at end of file diff --git a/config/plugins/commands.yaml b/config/plugins/commands.yaml index 6a5dced..b1868ba 100644 --- a/config/plugins/commands.yaml +++ b/config/plugins/commands.yaml @@ -101,7 +101,7 @@ commands: permissions: - framework.command.test source: internal -last_updated: 26605.852289433 +last_updated: 26822.134496381 plugin_commands: example_plugin: echo: *id001 diff --git a/config/services/network_routes.yaml b/config/services/network_routes.yaml index 9041167..80444c6 100644 --- a/config/services/network_routes.yaml +++ b/config/services/network_routes.yaml @@ -1,5 +1,5 @@ http_port: 4200 -last_updated: 26605.865204328 +last_updated: 26822.153658933 plugin_routes: example_plugin: - methods: diff --git a/plugins/sentinel/dashboard.html b/plugins/sentinel/dashboard.html index b9c8bef..89f65a1 100644 --- a/plugins/sentinel/dashboard.html +++ b/plugins/sentinel/dashboard.html @@ -41,19 +41,22 @@