feat(alarms): AlarmAcknowledgeRequest carries OperatorUser; Galaxy/ScriptedAlarmSource honor it [H6b]
This commit is contained in:
@@ -1122,7 +1122,9 @@ public sealed class GalaxyDriver
|
||||
await _alarmAcknowledger.AcknowledgeAsync(
|
||||
alarmFullReference,
|
||||
ack.Comment ?? string.Empty,
|
||||
operatorUser: string.Empty, // server-side ACL fills this from the OPC UA session
|
||||
// Honor the authenticated principal carried on the request when present;
|
||||
// fall back to empty (server-side ACL fills this from the OPC UA session).
|
||||
operatorUser: ack.OperatorUser ?? string.Empty,
|
||||
cancellationToken).ConfigureAwait(false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user