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

Commits on Oct 15, 2024

  1. Adds support to Firestore backends for custom databases (#47540)

    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.
    rosstimothy committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    5e735b1 View commit details
    Browse the repository at this point in the history