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 firestore events interface and init stage. #4550

Merged
merged 1 commit into from
Oct 15, 2020

Conversation

klizhentas
Copy link
Contributor

This comit fixes #4508

Gogoproto is not compatible with APIv2 protoc-gen-go.
Track the issue here: gogo/protobuf#678
Meanwhile, this commit switches to google protobuf to unmarshal firebase struct.

Add a missing method EmitAuditEvent causing teleport to crash
with firestore events backend.

@klizhentas
Copy link
Contributor Author

@awly and @fspmarshall quick review - forward port of the same changesets.

Copy link
Contributor

@awly awly left a comment

Choose a reason for hiding this comment

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

Needs a rebase to fix build failure.
Otherwise LGTM

This comit fixes #4508

Gogoproto is not compatible with APIv2 protoc-gen-go.
Track the issue here: gogo/protobuf#678
Meanwhile, this commit switches to google protobuf to unmarshal firebase struct.

Add a missing method EmitAuditEvent causing teleport to crash
with firestore events backend.
@klizhentas klizhentas force-pushed the sasha/fwd-port-firestore-fix branch from 037a30c to c9d8555 Compare October 15, 2020 01:43
@klizhentas klizhentas merged commit 8f98767 into master Oct 15, 2020
@klizhentas klizhentas deleted the sasha/fwd-port-firestore-fix branch October 15, 2020 02:52
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.

panic: protobuf tag not enough fields in IndexOperationMetadata.state:
3 participants