Skip to content

Commit

Permalink
Auto updating network_topology.html
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplyMinimal authored and github-actions[bot] committed Apr 22, 2024
1 parent 7ba4809 commit ac7764a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
14 changes: 7 additions & 7 deletions network_topology.html
Original file line number Diff line number Diff line change
Expand Up @@ -277,13 +277,13 @@ <h1></h1>

<option value="autogroup:self:*">autogroup:self:*</option>

<option value="group:all staff@example.com">group:all staff@example.com</option>
<option value="group:all staff">group:all staff</option>

<option value="tag:domain-controller:*">tag:domain-controller:*</option>

<option value="tag:domain-controller">tag:domain-controller</option>

<option value="group:all staff@example.com:*">group:all staff@example.com:*</option>
<option value="group:all staff:*">group:all staff:*</option>

<option value="tag:database">tag:database</option>

Expand All @@ -295,16 +295,16 @@ <h1></h1>

<option value="uat1">uat1</option>

<option value="group:dev team@example.com">group:dev team@example.com</option>
<option value="group:dev team">group:dev team</option>

<option value="tag:prod">tag:prod</option>

<option value="tag:prod:*">tag:prod:*</option>

<option value="group:sre">group:sre</option>

<option value="tag:webserver">tag:webserver</option>

<option value="group:sre">group:sre</option>

</select>
</div>
<div class="col-2 pb-2">
Expand Down Expand Up @@ -527,8 +527,8 @@ <h1></h1>


// parsing and collecting nodes and edges from the python
nodes = new vis.DataSet([{"color": "#00cc66", "id": "tag:security", "label": "tag:security", "shape": "dot"}, {"color": "#ff6666", "id": "*", "label": "*", "shape": "dot"}, {"color": "#ff6666", "id": "group:system_admin", "label": "group:system_admin", "shape": "dot"}, {"color": "#FFFF00", "id": "autogroup:member", "label": "autogroup:member", "shape": "dot"}, {"color": "#FFFF00", "id": "autogroup:self:*", "label": "autogroup:self:*", "shape": "dot"}, {"color": "#FFFF00", "id": "group:all staff@example.com", "label": "group:all staff@example.com", "shape": "dot"}, {"color": "#00cc66", "id": "tag:domain-controller:*", "label": "tag:domain-controller:*", "shape": "dot"}, {"color": "#00cc66", "id": "tag:domain-controller", "label": "tag:domain-controller", "shape": "dot"}, {"color": "#FFFF00", "id": "group:all staff@example.com:*", "label": "group:all staff@example.com:*", "shape": "dot"}, {"color": "#00cc66", "id": "tag:database", "label": "tag:database", "shape": "dot"}, {"color": "#00cc66", "id": "tag:database:*", "label": "tag:database:*", "shape": "dot"}, {"color": "#ff6666", "id": "group:dba", "label": "group:dba", "shape": "dot"}, {"color": "#00cc66", "id": "tag:ci", "label": "tag:ci", "shape": "dot"}, {"color": "#ff6666", "id": "uat1", "label": "uat1", "shape": "dot"}, {"color": "#FFFF00", "id": "group:dev team@example.com", "label": "group:dev team@example.com", "shape": "dot"}, {"color": "#00cc66", "id": "tag:prod", "label": "tag:prod", "shape": "dot"}, {"color": "#00cc66", "id": "tag:prod:*", "label": "tag:prod:*", "shape": "dot"}, {"color": "#ff6666", "id": "group:sre", "label": "group:sre", "shape": "dot"}, {"color": "#00cc66", "id": "tag:webserver", "label": "tag:webserver", "shape": "dot"}]);
edges = new vis.DataSet([{"arrows": {"to": {"enabled": true}}, "from": "tag:security", "to": "*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:system_admin", "to": "*"}, {"arrows": {"to": {"enabled": true}}, "from": "autogroup:member", "to": "autogroup:self:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:all staff@example.com", "to": "tag:domain-controller:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:domain-controller", "to": "group:all staff@example.com:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:domain-controller", "to": "tag:domain-controller:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:database", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:dba", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:ci", "to": "uat1"}, {"arrows": {"to": {"enabled": true}}, "from": "group:dev team@example.com", "to": "uat1"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:prod", "to": "tag:prod:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:sre", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:webserver", "to": "tag:database:*"}]);
nodes = new vis.DataSet([{"color": "#00cc66", "id": "tag:security", "label": "tag:security", "shape": "dot"}, {"color": "#ff6666", "id": "*", "label": "*", "shape": "dot"}, {"color": "#ff6666", "id": "group:system_admin", "label": "group:system_admin", "shape": "dot"}, {"color": "#FFFF00", "id": "autogroup:member", "label": "autogroup:member", "shape": "dot"}, {"color": "#FFFF00", "id": "autogroup:self:*", "label": "autogroup:self:*", "shape": "dot"}, {"color": "#ff6666", "id": "group:all staff", "label": "group:all staff", "shape": "dot"}, {"color": "#00cc66", "id": "tag:domain-controller:*", "label": "tag:domain-controller:*", "shape": "dot"}, {"color": "#00cc66", "id": "tag:domain-controller", "label": "tag:domain-controller", "shape": "dot"}, {"color": "#ff6666", "id": "group:all staff:*", "label": "group:all staff:*", "shape": "dot"}, {"color": "#00cc66", "id": "tag:database", "label": "tag:database", "shape": "dot"}, {"color": "#00cc66", "id": "tag:database:*", "label": "tag:database:*", "shape": "dot"}, {"color": "#ff6666", "id": "group:dba", "label": "group:dba", "shape": "dot"}, {"color": "#00cc66", "id": "tag:ci", "label": "tag:ci", "shape": "dot"}, {"color": "#ff6666", "id": "uat1", "label": "uat1", "shape": "dot"}, {"color": "#ff6666", "id": "group:dev team", "label": "group:dev team", "shape": "dot"}, {"color": "#00cc66", "id": "tag:prod", "label": "tag:prod", "shape": "dot"}, {"color": "#00cc66", "id": "tag:prod:*", "label": "tag:prod:*", "shape": "dot"}, {"color": "#00cc66", "id": "tag:webserver", "label": "tag:webserver", "shape": "dot"}, {"color": "#ff6666", "id": "group:sre", "label": "group:sre", "shape": "dot"}]);
edges = new vis.DataSet([{"arrows": {"to": {"enabled": true}}, "from": "tag:security", "to": "*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:system_admin", "to": "*"}, {"arrows": {"to": {"enabled": true}}, "from": "autogroup:member", "to": "autogroup:self:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:all staff", "to": "tag:domain-controller:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:domain-controller", "to": "group:all staff:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:domain-controller", "to": "tag:domain-controller:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:database", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:dba", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:ci", "to": "uat1"}, {"arrows": {"to": {"enabled": true}}, "from": "group:dev team", "to": "uat1"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:prod", "to": "tag:prod:*"}, {"arrows": {"to": {"enabled": true}}, "from": "tag:webserver", "to": "tag:database:*"}, {"arrows": {"to": {"enabled": true}}, "from": "group:sre", "to": "tag:database:*"}]);

nodeColors = {};
allNodes = nodes.get({ returnType: "Object" });
Expand Down
1 change: 1 addition & 0 deletions version-cache.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"PrevETag":"b66e0085926b647019d8127cd18ac3f90c5505b65f4ef551d2740c930f831ae9"}

0 comments on commit ac7764a

Please # to comment.