django-qsessions icon indicating copy to clipboard operation
django-qsessions copied to clipboard

deck diff is showing difference for default values

Open yewals opened this issue 3 years ago • 14 comments

Hi, We are using the Deck tool for Kong and we are getting an issue for deck diff. After using deck sync to import kong.yaml , when we do deck diff, it shows the difference for default values like


   "config": {
-    "allowed_content_types": [
-      "application/json"
-    ],

-    "verbose_response": false,

-  "protocols": [
-    "grpc",
-    "grpcs",
-    "http",
-    "https"
-  ],

-  "created_at": 1.596559272e+09,

This is causing updating all services/routes in Kong. Versions used: Deck 1.1.0 and kong enterprise version: 1.5

yewals avatar Aug 05 '20 14:08 yewals