-
Notifications
You must be signed in to change notification settings - Fork 2.1k
azure mysql postgres auto discovery docs #15986
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
Merged
GavinFrazar
merged 17 commits into
master
from
gavinfrazar/azure_mysql_postgres_auto_discovery_docs
Sep 20, 2022
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
35493d7
Add screenshots for azure IAM setup
GavinFrazar 1cc4777
Update azure mysql postgres guide to explain discovery
GavinFrazar a2eb122
Update db service config yaml reference
GavinFrazar 4aec549
Merge branch 'master' into gavinfrazar/azure_mysql_postgres_auto_disc…
GavinFrazar ed6437c
Merge branch 'master' into gavinfrazar/azure_mysql_postgres_auto_disc…
GavinFrazar 89498a9
Update docs/pages/database-access/guides/azure-postgres-mysql.mdx
GavinFrazar 21f3161
Fix typo in admonition type
GavinFrazar 12b9fea
Redact IDs in azure screenshots
GavinFrazar 2f787cb
Clarify that role assignment applies to either principal type
GavinFrazar 7a876df
Merge branch 'master' into gavinfrazar/azure_mysql_postgres_auto_disc…
GavinFrazar 96a0ec9
Advise restarting db service after checking credentials
GavinFrazar 16890a4
optimize images
alexfornuto 4135894
Update docs/pages/database-access/guides/azure-postgres-mysql.mdx
GavinFrazar 77733bc
Update docs/pages/database-access/guides/azure-postgres-mysql.mdx
GavinFrazar 05e7a00
Update docs/pages/database-access/guides/azure-postgres-mysql.mdx
GavinFrazar 6efc6ff
Merge branch 'master' into gavinfrazar/azure_mysql_postgres_auto_disc…
GavinFrazar 79738d5
Merge branch 'master' into gavinfrazar/azure_mysql_postgres_auto_disc…
GavinFrazar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-82.4 KB
(44%)
docs/img/database-access/guides/azure/created-identity@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or 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
19 changes: 19 additions & 0 deletions
19
docs/pages/includes/database-access/azure-troubleshooting.mdx
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| ### No credential providers error | ||
|
|
||
| If you see the error `DefaultAzureCredential: failed to acquire a token.` in Database Service logs then Teleport | ||
| is not detecting the required credentials to connect to the Azure SDK. Check whether | ||
| the credentials have been applied in the machine running the Teleport Database Service and restart | ||
| the Teleport Database Service. | ||
| Refer to [Azure SDK Authorization](https://docs.microsoft.com/en-us/azure/developer/go/azure-sdk-authorization) | ||
| for more information. | ||
|
GavinFrazar marked this conversation as resolved.
|
||
|
|
||
| ### Timeout errors | ||
|
|
||
| The Teleport Database Service needs connectivity to your database endpoints. That may require | ||
| enabling inbound traffic on the database from the Database Service on the same VPC or routing rules from another VPC. Using the `nc` | ||
| program you can verify connections to databases: | ||
|
|
||
| ```code | ||
| $ nc -zv server-name.postgres.database.azure.com 5432 | ||
| # Connection to server-name.postgres.database.azure.com 5432 port [tcp/postgresql] succeeded! | ||
| ``` | ||
This file contains hidden or 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
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.
Uh oh!
There was an error while loading. Please reload this page.