-
Notifications
You must be signed in to change notification settings - Fork 206
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarify documentation for sample MySQLAdministrator (#1334)
* Clarify that Sid should be client ID for managed identities * Add more detail to logging for errors connecting to MySQL Co-authored-by: Bevan Arps <[email protected]>
- Loading branch information
1 parent
0159ca8
commit 82f75ea
Showing
3 changed files
with
8 additions
and
5 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ spec: | |
# This must be the name of the AAD entity. In the case of a managed identity use the name of the managed identity. | ||
# For example: "[email protected]" might be the login if specifying an AAD user. "my-mi" might be the name of a managed identity. | ||
login: my-mi | ||
# The sid is the OID of the AAD entity | ||
# The sid should be the client id (sometimes called app id) for a managed identity. | ||
# For a "normal" (non-managed identity) user or group, this is the OID of the user or group. | ||
sid: 00000000-0000-0000-0000-000000000000 | ||
tenantId: 00000000-0000-0000-0000-000000000000 | ||
|
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