knaveen
8 months agoMicrosoft Employee
Status:
New
Include Azure Key Vault Reference Name in Gateway Data Source API Response
Currently, when retrieving gateway data source connection details via the Power BI/Fabric REST API, the Azure Key Vault reference name configured for credentials is not included in the API response. This creates challenges for administrators who need to programmatically manage gateway connections that use Azure Key Vault for credentials. It is needed to move the connection to a new gateway cluster when the 1000 connection limit hits.
Current Behavior
When calling the following API endpoints:
The response includes:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false
},
"datasourceName": "gateway-demo-conn"
}
Missing Information: When the data source credentials are configured to use an Azure Key Vault reference (e.g., "DemoKeyVaultReference"), this information is not exposed in the API response.
Requested Enhancement
Include Azure Key Vault reference details in the API response when applicable, such as:
json
{
"id": "datasource-id",
"gatewayId": "gateway-id",
"datasourceType": "Sql",
"connectionDetails": "{\"server\":\"localhost\\\\SQLEXPRESS\",\"database\":\"demodb\"}",
"credentialType": "Basic",
"credentialDetails": {
"privacyLevel": "Organizational",
"useEndUserOAuth2Credentials": false,
"keyVaultReference": {
"referenceName": "DemoKeyVaultReference",
"isKeyVaultReference": true
}
},
"datasourceName": "gateway-demo-conn"
}
No CommentsBe the first to comment
Recent ideas
About "Download SQL database project" and fix the downloaded project
1. The sqlproj must be fixed, it is downloaded without the xml markup line <?xml version="1.0" encoding="utf-8"> 2. The sdk must be updated: Actual: <Sdk Name="Microsoft.Build.Sql" Version="0.1...Jarrinf4 minutes agoFrequent VisitorNew46Views3likes2CommentsEventstream MQTT broker source: V3.1.1 support
The Eventstream MQTT broker source supports connections with public MQTT brokers that offer MQTT V5 support. Please offer support for V3.1.1 too, because this is still a valid and widely used ver...svelde1 hour agoSuper UserCompleted1.4KViews6likes4CommentsGet data from Apache Kafka topics via private networking
Current prerequisites limit to public Kafka instances which is not feasible for most enterprise customers. When will this limitation be lifted so that it can be used in private network setups, for ...Jugi1 hour agoMicrosoft EmployeePlanned3.5KViews2likes3CommentsSet default x axis scrolling position
Enable selection of the default scroll position for the x-axis on a chart. For example, on a line chart with dates as the x-axis, when not all of the data can display in the view at once, the scroll...Lisa_Krieg9 hours agoNew MemberNeeds Votes7.8KViews1154likes104Comments