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

Provide a configuration example of a Database Service in the AWS Database Auto-Discovery guide #41354

Open
philip-teleport opened this issue May 9, 2024 · 0 comments
Labels
database-access Database access related issues and PRs documentation

Comments

@philip-teleport
Copy link

Applies To

AWS Database Auto-Discovery - List Registered Databases

Details

Provide a configuration example of a Database Service in this guide so that you can quickly access discovered databases. This will improve the "time to value" and not require you to read other guides on how to connect to discovered databases.

## This section configures the Database Service
db_service:
    enabled: "yes"
    # Matchers for dynamic database resources created with the "tctl create" command or by database auto-discovery.
    resources:
    - labels:
        "*": "*" # can be configured to limit the databases to be watched by this service.

Note that this is documented for Kubernetes auto-discovery here.

How will we know this is resolved?

The guide is updated to include the configuration above.

Related Issues

N/A

@philip-teleport philip-teleport added documentation database-access Database access related issues and PRs labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database-access Database access related issues and PRs documentation
Projects
None yet
Development

No branches or pull requests

1 participant