Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

Overview

There has been a change in the way how Eureka manages routes in Kong.

...

  • Disable Kong routes management in mgr-tenant-entitlements via env variable APPLICATION_KONG_ENABLED = false

  • Enable Kong routes management in mgr-applications via env variable ROUTEMANAGEMENT_ENABLE = true

  • Get all module IDs from discovery information: GET <mgr-applications>/modules/discovery?limit=5000

  • Delete discovery information per module: DELETE <mgr-applications>/modules/<module-id>/discovery

  • Re-create discovery information: POST <mgr-applications>/modules/discovery

Verification

In