Skip to content

Commit 0a45ab1

Browse files
authored
Update use-group-managed-service-accounts.md
CRI 373294317 Customer was receiving error "attempted logon is invalid. This is either due to a bad username or authentication information." and they fixed by adding double quotes on the PluginInput. It's also something that was trapped on https://msazure.visualstudio.com/CloudNativeCompute/_wiki/wikis/CloudNativeCompute.wiki/190896/Bug-Bash-Windows-gMSA-v2
1 parent 978e09f commit 0a45ab1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/aks/use-group-managed-service-accounts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ credspec:
160160
HostAccountConfig:
161161
PluginGUID: '{CCC2A336-D7F3-4818-A213-272B7924213E}'
162162
PortableCcgVersion: "1"
163-
PluginInput: ObjectId=$MANAGED_ID;SecretUri=$SECRET_URI # SECRET_URI takes the form https://$akvName.vault.azure.net/secrets/$akvSecretName
163+
PluginInput: "ObjectId=$MANAGED_ID;SecretUri=$SECRET_URI" # SECRET_URI takes the form https://$akvName.vault.azure.net/secrets/$akvSecretName
164164
CmsPlugins:
165165
- ActiveDirectory
166166
DomainJoinConfig:

0 commit comments

Comments
 (0)