Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[library-config] Apply host global config (#855)
# What does this PR do? * Parse default host config with correct precedence between local and fleet managed files * Add all product enablement configurations for phase 1 * Refactor deserialization and applying config to reduce code duplications and memory allocations (in particular we were copying the file bytes twice before, which we aren't now)
- Loading branch information