Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FEATURE: Add SOC Config Quick Link to allow Security Onion Desktop installations through firewall Security-Onion-Solutions/securityonion#13412 #602

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4857,6 +4857,9 @@ <h4 v-if="!$root.loading">{{ i18n.settingsCustomized }} {{ settingsCustomized }}
<li>
<router-link data-aid="config_quicklink_fw_sensor" :to="{name: 'config', query: {s: 'firewall.hostgroups.sensor'}}">{{i18n.configQLFirewallSensor}}</router-link>
</li>
<li>
<router-link data-aid="config_quicklink_fw_desktop" :to="{name: 'config', query: {s: 'firewall.hostgroups.desktop'}}">{{i18n.configQLFirewallDesktop}}</router-link>
</li>
</ul>
</li>

Expand Down
1 change: 1 addition & 0 deletions html/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ const i18n = {
configQLNTPHeader: 'NTP',
configQLFirewallHeader: 'Firewall',
configQLFirewallWebInterface: 'Allow web browsers to login to Security Onion Console',
configQLFirewallDesktop: 'Allow Security Onion Desktop Nodes to connect to Manager',
configQLFirewallElastic: 'Allow Elastic Agent endpoints to send logs',
configQLFirewallFleet: 'Allow Elastic Fleet Nodes to connect to Manager',
configQLFirewallIDH: 'Allow IDH Nodes to connect to Manager',
Expand Down
Loading