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

Agent centralized configuration: validates and applies the configuration of the downloaded files #274

Conversation

Nicogp
Copy link
Member

@Nicogp Nicogp commented Nov 5, 2024

Related issue
#263

Description

This PR allows the CentralizedConfiguration component to validate the downloaded files and apply the configuration on each module. (Development in progress)

Tests

  • Compilation without warnings in every supported platform
    • Linux
    • Windows
    • MAC OS X

@Nicogp Nicogp linked an issue Nov 5, 2024 that may be closed by this pull request
@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch from 1a56aee to d2e1ae9 Compare November 5, 2024 13:34
@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch from d2e1ae9 to fa9d023 Compare November 12, 2024 14:19
@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch 9 times, most recently from 38cafac to 941e62e Compare November 25, 2024 15:15
@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch 2 times, most recently from 8a1be7e to d6e2a66 Compare November 26, 2024 02:10
Nicogp added 22 commits December 5, 2024 17:00
…ting the modules when it receives a shared configuration
…mlNodes method has been corrected.

                          the LoadSharedConfig method has been made private.
                          removed 'configFile' parameter from LoadLocalConfig method
…the local configuration file and uses the LoadLocalConfig method in the configurationParser constructor.
…rnal function, added some UTs for the new MergeYamlNodes function
…onfigFilePath, removed the call to LoadSharedConfig() from the SetGetGroupIdsFunction function
… the return message to avoid failures in updating the command in the database.
@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch from 92dd8bc to 90c5fce Compare December 5, 2024 20:53
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🙌

@Nicogp Nicogp force-pushed the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch from 580d282 to 1d37dac Compare December 5, 2024 22:42
@TomasTurina TomasTurina merged commit 6cadb70 into master Dec 6, 2024
5 checks passed
@TomasTurina TomasTurina deleted the enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files branch December 6, 2024 02:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Agent centralized configuration: validate and apply downloaded files
3 participants