-
Notifications
You must be signed in to change notification settings - Fork 25
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
Merged
TomasTurina
merged 30 commits into
master
from
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
Dec 6, 2024
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
from
November 5, 2024 13:34
1a56aee
to
d2e1ae9
Compare
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
from
November 12, 2024 14:19
d2e1ae9
to
fa9d023
Compare
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
9 times, most recently
from
November 25, 2024 15:15
38cafac
to
941e62e
Compare
TomasTurina
reviewed
Nov 25, 2024
src/agent/centralized_configuration/src/centralized_configuration.cpp
Outdated
Show resolved
Hide resolved
TomasTurina
reviewed
Nov 25, 2024
src/agent/configuration_parser/include/configuration_parser.hpp
Outdated
Show resolved
Hide resolved
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
2 times, most recently
from
November 26, 2024 02:10
8a1be7e
to
d6e2a66
Compare
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
src/agent/centralized_configuration/src/centralized_configuration.cpp
Outdated
Show resolved
Hide resolved
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
TomasTurina
reviewed
Nov 28, 2024
src/agent/centralized_configuration/src/centralized_configuration.cpp
Outdated
Show resolved
Hide resolved
TomasTurina
reviewed
Nov 28, 2024
…he CMake file are being used
… agent's group information
…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.
…returning on success.
…f validation failure
…ion and SaveGroupIdFunction
…rnal function, added some UTs for the new MergeYamlNodes function
…nctions and corrected the tests
…onfigFilePath, removed the call to LoadSharedConfig() from the SetGetGroupIdsFunction function
… the return message to avoid failures in updating the command in the database.
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
from
December 5, 2024 20:53
92dd8bc
to
90c5fce
Compare
jr0me
reviewed
Dec 5, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
jr0me
approved these changes
Dec 5, 2024
TomasTurina
approved these changes
Dec 5, 2024
Nicogp
force-pushed
the
enhancement/263-agent-centralized-configuration-validate-and-apply-downloaded-files
branch
from
December 5, 2024 22:42
580d282
to
1d37dac
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR allows the CentralizedConfiguration component to validate the downloaded files and apply the configuration on each module. (Development in progress)
Tests