Skip to content
Snippets Groups Projects
  1. Oct 08, 2021
    • julian.baeume's avatar
      move cache warmup into readiness check · 9b026d1b
      julian.baeume authored
      this will mark the pod "ready", once the cache is warm.
      This will remove the penality for the very first to this service, because
      it will not receive any traffic until the cache is warm.
      9b026d1b
  2. Oct 06, 2021
    • julian.baeume's avatar
      disable CSP for now · 33708934
      julian.baeume authored
      we want to have the changes rolled out, so we disable CSP headers for now and
      will take care of them after the file_cache functionality has been rolled out
      
      just for testing purposes, disable CSP for now until sha calculation is fixed
      33708934
    • julian.baeume's avatar
      configure CSP to allow script execution · 41fe7f3b
      julian.baeume authored
      this currently doesn't really work as expected, but can be used as a base
      to properly implement CSP for the scripts we "know" about.
      41fe7f3b
    • julian.baeume's avatar
      implement local file cache · 2c3a21e5
      julian.baeume authored
      the file cache is populated with data defined in the manifest files configured for
      all components and will basically fetch everything from all components. This allows
      us to use this manifest service as the only source of truth for UI related sources and
      simplifies ingres setup a lot.
      2c3a21e5
  3. Sep 27, 2021
  4. Sep 21, 2021
  5. Sep 03, 2021
  6. Sep 02, 2021
Loading