hanqingwu commented on issue #10704: URL: https://github.com/apache/apisix/issues/10704#issuecomment-1870105214
i get the root cause, because apisix v3.7.0 remove validity_end and validity_start https://github.com/apache/apisix/pull/10323 so if you import ssl cert at apisix v3.6.0 then ssl cert save to etcd contain properties : validity_end and validity_start . but when you upgrade to 3.7.0 , it load config from etcd will report err like this , `2023/12/27 08:39:23 [error] 87#87: *14 [lua] config_etcd.lua:520: load_full_data(): failed to check item data of [/apisix/ssls] err:additional properties forbidden, found validity_end ,val:` so i suggest you reimport ssl cert at apisix v3.7.0 @lan11 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
