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

[Infoplat-1563] Validate protobuf schema evolution compatibility using schema registry #824

Open
wants to merge 26 commits into
base: main
Choose a base branch
from

Conversation

anukin
Copy link
Collaborator

@anukin anukin commented Jan 20, 2025

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.

@anukin anukin requested a review from a team as a code owner January 20, 2025 15:22
Copy link
Contributor

@erikburt erikburt left a 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.

actions/ci-beholder-validator/README.md Outdated Show resolved Hide resolved
actions/ci-beholder-validator/README.md Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/package.json Show resolved Hide resolved
actions/ci-beholder-validator/README.md Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
actions/ci-beholder-validator/action.yml Outdated Show resolved Hide resolved
shell: bash
run: |
docker compose up -d redpanda-console
- name: Configure aws creds
Copy link
Collaborator Author

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?

Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants