-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Infoplat-1563] Validate protobuf schema evolution compatibility using schema registry #824
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, only some suggestions.
shell: bash | ||
run: | | ||
docker compose up -d redpanda-console | ||
- name: Configure aws creds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@erikburt I would love to have your review here. I am not that familiar with this. Will this approach to pulling images work in other repos where these actions would be used?
Are there some changes/alternatives I should explore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes this should work.
The callers of this action will need to pass an AWS role they can assume, and that role requires read-access to the ECR.
What
This adds a new action which integrates beholder validator for schema changes
Why?
This is needed so that beholder validator can be integrated with the schema changes given a beholder.yaml is present in the repo.