Skip to content

Commit

Permalink
Remove extensions.* and disabled_roles settings (#5988)
Browse files Browse the repository at this point in the history
* remove modules

* registry.json extension remove

* remove getExtension from menu-agent and wz-menu

* Delete extensions logic

* Fix wazuh version test

* remove disabled_roles extructure

* remove disabled_roles endpoint

* Add a migration to remove the extensions key in the host and add test for it

* mange-host and update-registry fixed

* fix: render tabs in Wazuh plugin settings application and minor enhancements

* feat: remove unused states in Redux store and minor fixes on breadcrumbs

- Remove managementReducers key from Redux store and related action
  creators and related usage
- Remove toolsReducers key from Redux store and related action
  creators and related usage
- Remove securityReducers key from Redux store and related action
  creators and related usage
- Fix some breadcrumbs

* fix: revert content of osquery.js files

* fix: revert configuration in .settings.json

* fix(test): fix test

---------

Co-authored-by: Antonio David Gutiérrez <antonio.gutierrez@wazuh.com>
  • Loading branch information
JuanGarriuz and Desvelao committed Oct 20, 2023
1 parent 9d324dc commit f14d3fd
Show file tree
Hide file tree
Showing 52 changed files with 1,866 additions and 3,849 deletions.
21 changes: 0 additions & 21 deletions plugins/main/common/config-equivalences.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,6 @@ export const configEquivalences = {
'checks.metaFields': `Change the default value of the ${PLUGIN_PLATFORM_NAME} metaField configuration`,
'checks.timeFilter': `Change the default value of the ${PLUGIN_PLATFORM_NAME} timeFilter configuration`,
'checks.maxBuckets': `Change the default value of the ${PLUGIN_PLATFORM_NAME} max buckets configuration`,
'extensions.pci': 'Enable or disable the PCI DSS tab on Overview and Agents.',
'extensions.gdpr': 'Enable or disable the GDPR tab on Overview and Agents.',
'extensions.hipaa': 'Enable or disable the HIPAA tab on Overview and Agents.',
'extensions.nist':
'Enable or disable the NIST 800-53 tab on Overview and Agents.',
'extensions.tsc': 'Enable or disable the TSC tab on Overview and Agents.',
'extensions.audit': 'Enable or disable the Audit tab on Overview and Agents.',
'extensions.oscap':
'Enable or disable the Open SCAP tab on Overview and Agents.',
'extensions.ciscat':
'Enable or disable the CIS-CAT tab on Overview and Agents.',
'extensions.aws': 'Enable or disable the Amazon (AWS) tab on Overview.',
'extensions.gcp':
'Enable or disable the Google Cloud Platform tab on Overview.',
'extensions.virustotal':
'Enable or disable the VirusTotal tab on Overview and Agents.',
'extensions.osquery':
'Enable or disable the Osquery tab on Overview and Agents.',
'extensions.mitre': 'Enable or disable the MITRE tab on Overview and Agents.',
'extensions.docker':
'Enable or disable the Docker listener tab on Overview and Agents.',
timeout:
'Maximum time, in milliseconds, the app will wait for an API response when making requests to it. It will be ignored if the value is set under 1500 milliseconds.',
'ip.selector':
Expand Down
Loading

0 comments on commit f14d3fd

Please sign in to comment.