Skip to content

Commit 10bc570

Browse files
authored
clarify on kubernetes online endpoint not supporting entra token
1 parent 88b60d0 commit 10bc570

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/machine-learning/concept-endpoints-online-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,9 @@ For data plane operations, your user identity needs to have a proper Azure role-
102102

103103
| Operation | Required Azure RBAC role | Scope that the role is assigned for |
104104
| -- | -- | -- |
105-
| Invoke online endpoints with key or Azure Machine Learning token (`aml_token`). | Doesn't require a role. | Not applicable |
105+
| Invoke online endpoints with key (`key`) or Azure Machine Learning token (`aml_token`). | Doesn't require a role. | Not applicable |
106106
| Invoke _managed_ online endpoints with Microsoft Entra token (`aad_token`). | Owner, contributor, or any role allowing `Microsoft.MachineLearningServices/workspaces/onlineEndpoints/score/action` | endpoint |
107-
| Invoke _Kubernetes_ online endpoints with Microsoft Entra token (`aad_token`). | Doesn't require a role. | Not applicable |
107+
| Invoke _Kubernetes_ online endpoints with Microsoft Entra token (`aad_token`). | Kubernetes online endpoint doesn't support Microsoft Entra token for data plane operations. | Not applicable |
108108

109109

110110
## Permissions needed for endpoint identity

0 commit comments

Comments
 (0)