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

regenerated auth and kv protobuf go files and deleted outdated ones #425

Closed

Conversation

conradsmi
Copy link

@conradsmi conradsmi commented Mar 13, 2024

Regenerated files via protoc --proto_path=auth auth/*.proto --go_out=auth --go_opt=paths=source_relative and protoc --proto_path=kvs kvs/*.proto --go_out=kvs --go_opt=paths=source_relative for proto/aerospike_proxy_auth.proto and proto/aerospike_proxy_kv.proto, respectively.

This should resolve #414, as proto/aerospike_proxy_auth_grpc.pb.go and proto/aerospike_proxy_kv_grpc.pb.go were regenerated as a part of a previous fix, but the non-grpc ones were seemingly skipped over.

If this is approved and merged, another PR should apply the fix to v6 as well.

@conradsmi conradsmi marked this pull request as ready for review March 13, 2024 19:51
@khaf
Copy link
Collaborator

khaf commented Apr 2, 2024

@conradsmi Thanks for the steps to repro your results. Due to security concerns, I did not merge your PR (it's really hard to verify generated code), but I used your steps to generate the code again on my end. The issue should be resolved now in the v7.2.0 release. I'll close this ticket, but feel free to reopen it in case the issue is not mitigated.

@khaf khaf closed this Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[6.14.0] Proto registration conflict caused by kv.proto
2 participants