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

[v15] Adds support to Firestore backends for custom databases #47584

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

rosstimothy
Copy link
Contributor

Backport #47540 to branch/v15

Changelog: Allow using a custom database for Firestore backends.

Copy link

🤖 Vercel preview here: https://docs-brgz0ea1t-goteleport.vercel.app/docs/ver/preview

Firestore has supported multiple databases in a project for a while
(see https://cloud.google.com/blog/products/databases/manage-multiple-firestore-databases-in-a-project),
however, Teleport only allowed using the default database in the project.
The DatabaseID is now exposed in the file config, and if provided
both the state and events backends will use the appropriate database.

Closes #37227.
Copy link

🤖 Vercel preview here: https://docs-gu57ua9kx-goteleport.vercel.app/docs/ver/preview

@rosstimothy rosstimothy marked this pull request as ready for review October 15, 2024 18:02
@github-actions github-actions bot added audit-log Issues related to Teleports Audit Log documentation size/sm labels Oct 15, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Oct 16, 2024
github-merge-queue bot pushed a commit that referenced this pull request Oct 16, 2024
)

Firestore has supported multiple databases in a project for a while
(see https://cloud.google.com/blog/products/databases/manage-multiple-firestore-databases-in-a-project),
however, Teleport only allowed using the default database in the project.
The DatabaseID is now exposed in the file config, and if provided
both the state and events backends will use the appropriate database.

Closes #37227.
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 16, 2024
@rosstimothy rosstimothy added this pull request to the merge queue Oct 16, 2024
Merged via the queue into branch/v15 with commit e1f7533 Oct 16, 2024
42 checks passed
@rosstimothy rosstimothy deleted the tross/backport-47540/v15 branch October 16, 2024 23:49
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 documentation size/sm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants