Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): Add error topic to pipeline inspect #6117

Merged
merged 6 commits into from
Nov 27, 2024
Merged

Conversation

sakoush
Copy link
Member

@sakoush sakoush commented Nov 27, 2024

What this PR does / why we need it:

This PR adds kafka error topic to the cli pipeline inspect consumer, so that in the cases of errors we have return back relevant messages. cc: @paulb-seldon

This change also fixes some docs and CI.

Which issue(s) this PR fixes:

Fixes INFRA-1269 (internal)

Special notes for your reviewer:

@sakoush sakoush requested a review from lc525 as a code owner November 27, 2024 18:16
@sakoush sakoush added the v2 label Nov 27, 2024
@sakoush sakoush requested review from driev and removed request for lc525 November 27, 2024 18:18
@@ -21,8 +21,6 @@ COPY --from=certs /etc/ssl/certs/ca-bundle.crt /etc/pki/tls/certs/ca-bundle.crt
COPY --from=certs /etc/ssl/certs/ca-bundle.crt /tmp/certs/kafka/broker/ca.crt
RUN chmod -R 777 /tmp/certs/

USER 1000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@driev this has caused some issues. I will leave it for now. If not specifying the user is a security concern then we have to fix it for most of our images not only this one.

@sakoush sakoush merged commit 75c6234 into v2 Nov 27, 2024
5 checks passed
@sakoush sakoush deleted the INFRA-1269/error_topic_cli branch November 27, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants