diff --git a/adapter/internal/oasparser/envoyconf/routes_with_clusters.go b/adapter/internal/oasparser/envoyconf/routes_with_clusters.go index 534ed3d245..3eb20f90dd 100644 --- a/adapter/internal/oasparser/envoyconf/routes_with_clusters.go +++ b/adapter/internal/oasparser/envoyconf/routes_with_clusters.go @@ -74,9 +74,6 @@ const ( descriptorMetadataKeyForSubscription = "ratelimit:subscription" descriptorMetadataKeyForUsagePolicy = "ratelimit:usage-policy" descriptorMetadataKeyForOrganization = "ratelimit:organization" - descriptorMetadataKeyForBurstCtrlSubscription = "burstCtrl:subscription" - descriptorMetadataKeyForBurstCtrlUsagePolicy = "burstCtrl:usage-policy" - descriptorMetadataKeyForBurstCtrlOrganization = "burstCtrl:organization" ) // CreateRoutesWithClusters creates envoy routes along with clusters and endpoint instances.