Skip to content
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

Identity for AzureSearch #4540

Open
Paul-B98 opened this issue Jan 23, 2025 · 1 comment
Open

Identity for AzureSearch #4540

Paul-B98 opened this issue Jan 23, 2025 · 1 comment
Labels
needs-triage 🔍 new-resouce-version New version of a resource ASO already supports

Comments

@Paul-B98
Copy link

Describe the current behavior

Currently, it is only possible to assign a SystemAssigned identity to an Azure search template. In addition, there is no documented behaviour that shows how to access the principal ID of the identity.

Describe the improvement

  1. To make a role assignment, it would be helpful to access the principal id of the SystemAssigned identity in a similar way to the SearchServiceOperatorSpec.
  2. Another option is to enable a user identity for Azure Search. This should be possible if you check the documentation for the Azure search template.

Additional context

@theunrepentantgeek
Copy link
Member

It appears UserAssigned requires upgrading to the 2023-11-01 version the Microsoft.Search API; that should be straightforward.

I'm not sure about how to expose the system assigned identity, but I think @matthchr will know.

@theunrepentantgeek theunrepentantgeek added the new-resouce-version New version of a resource ASO already supports label Jan 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage 🔍 new-resouce-version New version of a resource ASO already supports
Projects
Development

No branches or pull requests

2 participants