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

Deck 1.10.0 : diff without information on prefix path

Open cello86 opened this issue 2 years ago • 4 comments

Hi all, we noticed on our production cluster that deck tries to updated on all runs a single routes but we didn't identify the reason of this change. The diff output is:

ok: [prod-server] => {
    "msg": [
        "updating route apisite-internal-all-catch-all  {", 
        "   \"hosts\": [", 
        "     \"test.local"", 
        "   ],", 
        "   \"https_redirect_status_code\": 426,", 
        "   \"id\": \"ed145fed-284b-4d00-af4f-f2e6ede7331d\",", 
        "   \"methods\": [", 
        "     \"DELETE\",", 
        "     \"GET\",", 
        "     \"HEAD\",", 
        "     \"OPTIONS\",", 
        "   ],", 
        "   \"name\": \"apisite-internal-all-catch-all\",", 
        "   \"path_handling\": \"v0\",", 
        "   \"paths\": [", 
        "     \"/\"", 
        "   ],", 
        "   \"preserve_host\": false,", 
        "   \"protocols\": [", 
        "     \"http\"", 
        "   ],", 
        "   \"regex_priority\": 0,", 
        "   \"request_buffering\": true,", 
        "   \"response_buffering\": true,", 
        "   \"service\": {", 
        "     \"id\": \"cd5ac4e8-f8a4-46c5-917a-3e846ec38482\"", 
        "   },", 
        "   \"strip_path\": false,", 
        "   \"tags\": [", 
        "     \"site-internal\"", 
        "   ]", 
        " }", 
        "", 
        "Summary:", 
        "  Created: 0", 
        "  Updated: 1", 
        "  Deleted: 0"
    ]
}

could we execute some checks to identify and identify the drift on the configuration?

Thanks, Marcello

cello86 avatar Mar 22 '22 17:03 cello86