lhotari commented on PR #619: URL: https://github.com/apache/pulsar-helm-chart/pull/619#issuecomment-2993751892
> The response was: > > > Comments are generally not valid in standard PEM files according to RFC specifications. However, many tools and applications will tolerate them in practice. > > RFC 7468 (the PEM format specification) does not define comment syntax > > Standard PEM parsers expect only the -----BEGIN/END----- blocks and base64-encoded content > > Lines starting with # are technically non-compliant This isn't a correct response from the LLM. I checked https://www.rfc-editor.org/rfc/rfc7468.html and it says: "Data before the encapsulation boundaries are permitted, and parsers MUST NOT malfunction when processing such data." So this means that the comments are fine. -- 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]
