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 a nil pointer dereference in firestore index creation #4041

Merged
merged 1 commit into from
Jul 15, 2020

Conversation

awly
Copy link
Contributor

@awly awly commented Jul 14, 2020

#3766 removed a nil
pointer check when creating firestore indexes. This was a legitimate
check, for when indexes already exist.

Tested this manually. Unit testing is trickier because the firestore
emulator in gcloud doesn't support indexes.

#3766 removed a nil
pointer check when creating firestore indexes. This was a legitimate
check, for when indexes already exist.

Tested this manually. Unit testing is trickier because the firestore
emulator in gcloud doesn't support indexes.
@webvictim
Copy link
Contributor

retest this please

@awly awly merged commit b4ed94e into master Jul 15, 2020
@awly awly deleted the andrew/fix-firestore-nil-panic branch July 15, 2020 17:32
@pigmej
Copy link

pigmej commented Jul 22, 2020

What are the plans to include that in 4.3 series? Given the issues that we have with 4.2 enterprise we wanted to switch to 4.3 ent but sadly broken firestore is showstopper for us.

@webvictim
Copy link
Contributor

This will be released with Teleport 4.3.1. The planned release date is Monday 27th July.

@travelton
Copy link
Contributor

@pigmej This has been released as v4.3.2. You can access the downloads here, https://gravitational.com/teleport/download.

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.

5 participants