Skip to content

Commit

Permalink
Merge f661d35 into ffb6a5d
Browse files Browse the repository at this point in the history
  • Loading branch information
najian authored Sep 27, 2024
2 parents ffb6a5d + f661d35 commit 6b3c8dd
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"description": "Session pool private registry credentials.",
"type": "object",
"properties": {
"registryServer": {
"server": {
"description": "Container registry server.",
"type": "string"
},
Expand All @@ -415,6 +415,10 @@
"passwordSecretRef": {
"description": "The name of the secret that contains the registry login password",
"type": "string"
},
"identity": {
"description": "A Managed Identity to use to authenticate with Azure Container Registry. For user-assigned identities, use the full user-assigned identity Resource ID. For system-assigned identities, use 'system'",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,10 @@
],
"ingress": {
"targetPort": 80
},
"registryCredentials": {
"server": "test.azurecr.io",
"identity": "/subscriptions/7a497526-bb8d-4816-9795-db1418a1f977/resourcegroups/test/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testSP"
}
},
"sessionNetworkConfiguration": {
Expand Down Expand Up @@ -137,6 +141,10 @@
],
"ingress": {
"targetPort": 80
},
"registryCredentials": {
"server": "test.azurecr.io",
"identity": "/subscriptions/7a497526-bb8d-4816-9795-db1418a1f977/resourcegroups/test/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testSP"
}
},
"sessionNetworkConfiguration": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
],
"ingress": {
"targetPort": 80
},
"registryCredentials": {
"server": "test.azurecr.io",
"identity": "/subscriptions/7a497526-bb8d-4816-9795-db1418a1f977/resourcegroups/test/providers/Microsoft.ManagedIdentity/userAssignedIdentities/testSP"
}
},
"sessionNetworkConfiguration": {
Expand Down

0 comments on commit 6b3c8dd

Please sign in to comment.