JanEgner commented on issue #2599: URL: https://github.com/apache/apisix-ingress-controller/issues/2599#issuecomment-3414993088
The root cause is most likely this line: [L212](https://github.com/apache/apisix-ingress-controller/blame/351d20a51af496012b822bae225839cac6832750/config/crd/bases/apisix.apache.org_apisixconsumers.yaml#L212) which defines the private_key field as required although it only makes sense for asymmetric encryption (i.e., if the algorithm is not HSxxx). I guess that line should simply be dropped. -- 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]
