Crazy-xyr commented on issue #12618: URL: https://github.com/apache/apisix/issues/12618#issuecomment-3301681335
@Baoyuantop @TaeyeongKwak When `plugin.enable_data_encryption` is enabled, it only checks whether status exists, and does not check when etcd returns status 404 https://github.com/apache/apisix/blob/77dacda31277a31d6014b4970e36bae2a5c30907/apisix/admin/init.lua#L230-L246 etcd 404 body: ```json {"headers":{"Access-Control-Allow-Origin":"*","X-Etcd-Index":"3066","Access-Control-Allow-Methods":"POST, GET, OPTIONS, PUT, DELETE","Content-Type":"application/json","Date":"Wed, 17 Sep 2025 06:46:57 GMT","Grpc-Metadata-Content-Type":"application/grpc","Access-Control-Allow-Headers":"accept, content-type, authorization","Content-Length":"117"},"body_reader":"function: 0x7f1c02779b48","read_trailers":"function: 0x7f1c029c8e30","has_body":true,"body":{"header":{"member_id":"10276657743932975437","revision":"3066","cluster_id":"14841639068965178418","raft_term":"4"},"message":"Key not found"} ``` -- 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]
