-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[v15] add GCP Spanner #41349
Merged
Merged
[v15] add GCP Spanner #41349
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GavinFrazar
added
audit-log
Issues related to Teleports Audit Log
database-access
Database access related issues and PRs
backport
do-not-merge
gcp
labels
May 9, 2024
GavinFrazar
force-pushed
the
gavinfrazar/v15-gcloud-spanner
branch
from
May 9, 2024 02:19
225c233
to
6dd1dc2
Compare
@zmb3 same as original PR, this needs a flaky test skip due to 10minute timeout |
Tener
approved these changes
May 9, 2024
r0mant
approved these changes
May 9, 2024
smallinsky
approved these changes
May 10, 2024
GavinFrazar
force-pushed
the
gavinfrazar/v15-gcloud-spanner
branch
from
May 27, 2024 22:17
6dd1dc2
to
79477b2
Compare
* add spanner to tsh and teleterm * handle spanner events in web ui * update web audit events test snapshot * customize web ui connect for spanner * update ConnectDialog snapshot
@GavinFrazar - this PR will require admin approval to merge due to its size. Consider breaking it up into a series smaller changes. |
public-teleport-github-review-bot
bot
removed the request for review
from greedy52
May 29, 2024 18:00
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
May 29, 2024
/excludeflake * |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
audit-log
Issues related to Teleports Audit Log
backport
database-access
Database access related issues and PRs
gcp
size/xl
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog: Added support for GCP Spanner to Teleport Database Service.
backports both:
to branch/v15.
This PR is marked
do-not-merge
until we are ready for the v15.4.0 minor release at the end of the month.We do not want to release this in a patch release version.
Reviewers: I backported this manually. There were conflicts in:
go.mod
,go.sum
,api/proto/teleport/legacy/types/events/events.proto
(and corresponding .pb.go). So it was a pretty straightforward backport.the web ui backport cherry-pick only had a conflict in the audit storybook test snapshot, which I resolved with
yarn test-update-snapshot
and inspecting the result withyarn storybook
to verify it still looks right.