Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cf240af

Browse files
waldekmastykarzgarrytrinder
authored andcommittedMar 29, 2025··
Extends MinimalPermissionsPlugin to log minimal permissions. Closes #1083
1 parent 5724494 commit cf240af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎dev-proxy-plugins/RequestLogs/MinimalPermissionsPlugin.cs

+2
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ private async Task AfterRecordingStopAsync(object sender, RecordingArgs e)
136136
string.Join($"{Environment.NewLine}- ", minimalPermissions.Errors.Select(e => $"{e.Request}: {e.Error}"))
137137
);
138138
}
139+
140+
Logger.LogInformation("Minimal permissions: {MinimalScopes}", string.Join(", ", result.MinimalPermissions));
139141
}
140142

141143
var report = new MinimalPermissionsPluginReport()

0 commit comments

Comments
 (0)
Please sign in to comment.