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

[add-remote-config] initial commit #1126

Merged
merged 5 commits into from
Mar 21, 2024

Conversation

celenechang
Copy link
Contributor

No description provided.

@celenechang celenechang added enhancement New feature or request qa/skip-qa labels Mar 21, 2024
@celenechang celenechang requested review from a team as code owners March 21, 2024 12:57
@celenechang celenechang merged commit 735f381 into add-remote-config Mar 21, 2024
12 of 15 checks passed
@celenechang celenechang deleted the lebauce/rc-service-activation branch March 21, 2024 12:57
celenechang added a commit that referenced this pull request Jun 6, 2024
* [add-remote-config] initial commit (#1126)

* Draft of service activation through RC

* various refactoring and updates

* use CWS_DD product, update logger, add statecallbacks

---------

Co-authored-by: Sylvain Baubeau <[email protected]>

* Use agent config for service activation (#1134)

* [remote-config] set up test config

* change product to AgentConfig

* small edits

* Refactor and bump controller-tools version

* Test with mocked Config

* Test e2e

* Merge configs

* Merge configs, send Acknowledges

* Add service initialisation in reconcilier

* Fix tags initialisation

* Fix validation tests

* Fix build test error

---------

Co-authored-by: Celene <[email protected]>

* Add usm service activation (#1141)

* Add usm service activation

* Read CWS config from system-probe and CSPM from security-agent

* Read CWS config from system-probe and CSPM from security-agent

* Add DDSystemProbeServiceMonitoringEnabled to coreAgent container

* move initialization to be independent of agent reconciler (#1142)

* cleanup unneeded changes (#1149)

* [remote-config] add envvars missing from core agent for system probe features (#1170)

* [remote-config] sysprobe socket fixes

* add sysprobe envvars to core container

* add sys probe enabled envvar to where missing

* Fix angeConfig struct (#1187)

* [remote-config] store RC config in dda status (#1196)

* [remote-config] store RC config in dda status

* add layer to config stored in status, apply updates in reconcile feature code

* fix feature config references

* small comment update

* a little cleanup

* update modules

* fix licenses

* fix tests

* updated generated files

* rm two licenses

* small fixes

* properly merge remoteconfig config

* simplify

* update comment

---------

Co-authored-by: Sylvain Baubeau <[email protected]>
Co-authored-by: Momar TOURÉ <[email protected]>
celenechang added a commit that referenced this pull request Jun 6, 2024
* [add-remote-config] initial commit (#1126)

* Draft of service activation through RC

* various refactoring and updates

* use CWS_DD product, update logger, add statecallbacks

---------

Co-authored-by: Sylvain Baubeau <[email protected]>

* Use agent config for service activation (#1134)

* [remote-config] set up test config

* change product to AgentConfig

* small edits

* Refactor and bump controller-tools version

* Test with mocked Config

* Test e2e

* Merge configs

* Merge configs, send Acknowledges

* Add service initialisation in reconcilier

* Fix tags initialisation

* Fix validation tests

* Fix build test error

---------

Co-authored-by: Celene <[email protected]>

* Add usm service activation (#1141)

* Add usm service activation

* Read CWS config from system-probe and CSPM from security-agent

* Read CWS config from system-probe and CSPM from security-agent

* Add DDSystemProbeServiceMonitoringEnabled to coreAgent container

* move initialization to be independent of agent reconciler (#1142)

* cleanup unneeded changes (#1149)

* [remote-config] add envvars missing from core agent for system probe features (#1170)

* [remote-config] sysprobe socket fixes

* add sysprobe envvars to core container

* add sys probe enabled envvar to where missing

* Fix angeConfig struct (#1187)

* [remote-config] store RC config in dda status (#1196)

* [remote-config] store RC config in dda status

* add layer to config stored in status, apply updates in reconcile feature code

* fix feature config references

* small comment update

* a little cleanup

* update modules

* fix licenses

* fix tests

* updated generated files

* rm two licenses

* small fixes

* properly merge remoteconfig config

* simplify

* update comment

---------

Co-authored-by: Sylvain Baubeau <[email protected]>
Co-authored-by: Momar TOURÉ <[email protected]>
celenechang added a commit that referenced this pull request Jun 6, 2024
* [beta] Add remote config (#1215)

* [add-remote-config] initial commit (#1126)

* Draft of service activation through RC

* various refactoring and updates

* use CWS_DD product, update logger, add statecallbacks

---------

Co-authored-by: Sylvain Baubeau <[email protected]>

* Use agent config for service activation (#1134)

* [remote-config] set up test config

* change product to AgentConfig

* small edits

* Refactor and bump controller-tools version

* Test with mocked Config

* Test e2e

* Merge configs

* Merge configs, send Acknowledges

* Add service initialisation in reconcilier

* Fix tags initialisation

* Fix validation tests

* Fix build test error

---------

Co-authored-by: Celene <[email protected]>

* Add usm service activation (#1141)

* Add usm service activation

* Read CWS config from system-probe and CSPM from security-agent

* Read CWS config from system-probe and CSPM from security-agent

* Add DDSystemProbeServiceMonitoringEnabled to coreAgent container

* move initialization to be independent of agent reconciler (#1142)

* cleanup unneeded changes (#1149)

* [remote-config] add envvars missing from core agent for system probe features (#1170)

* [remote-config] sysprobe socket fixes

* add sysprobe envvars to core container

* add sys probe enabled envvar to where missing

* Fix angeConfig struct (#1187)

* [remote-config] store RC config in dda status (#1196)

* [remote-config] store RC config in dda status

* add layer to config stored in status, apply updates in reconcile feature code

* fix feature config references

* small comment update

* a little cleanup

* update modules

* fix licenses

* fix tests

* updated generated files

* rm two licenses

* small fixes

* properly merge remoteconfig config

* simplify

* update comment

---------

Co-authored-by: Sylvain Baubeau <[email protected]>
Co-authored-by: Momar TOURÉ <[email protected]>

* fix generated files

---------

Co-authored-by: Sylvain Baubeau <[email protected]>
Co-authored-by: Momar TOURÉ <[email protected]>
mftoure added a commit that referenced this pull request Oct 3, 2024
* [add-remote-config] initial commit (#1126)

* Draft of service activation through RC

* various refactoring and updates

* use CWS_DD product, update logger, add statecallbacks

---------

Co-authored-by: Sylvain Baubeau <[email protected]>

* Use agent config for service activation (#1134)

* [remote-config] set up test config

* change product to AgentConfig

* small edits

* Refactor and bump controller-tools version

* Test with mocked Config

* Test e2e

* Merge configs

* Merge configs, send Acknowledges

* Add service initialisation in reconcilier

* Fix tags initialisation

* Fix validation tests

* Fix build test error

---------

Co-authored-by: Celene <[email protected]>

* Add usm service activation (#1141)

* Add usm service activation

* Read CWS config from system-probe and CSPM from security-agent

* Read CWS config from system-probe and CSPM from security-agent

* Add DDSystemProbeServiceMonitoringEnabled to coreAgent container

* move initialization to be independent of agent reconciler (#1142)

* cleanup unneeded changes (#1149)

* [remote-config] add envvars missing from core agent for system probe features (#1170)

* [remote-config] sysprobe socket fixes

* add sysprobe envvars to core container

* add sys probe enabled envvar to where missing

* Fix angeConfig struct (#1187)

* [remote-config] store RC config in dda status (#1196)

* [remote-config] store RC config in dda status

* add layer to config stored in status, apply updates in reconcile feature code

* fix feature config references

* small comment update

* a little cleanup

* update modules

* fix licenses

* fix tests

* updated generated files

* rm two licenses

* small fixes

* properly merge remoteconfig config

* simplify

* update comment

---------

Co-authored-by: Sylvain Baubeau <[email protected]>
Co-authored-by: Momar TOURÉ <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request qa/skip-qa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants