Skip to content

Commit

Permalink
Add CmdEsc.Rebirth permission for SparkplugIngester
Browse files Browse the repository at this point in the history
Extend SparkplugIngester permissions to include CmdEsc.Rebirth. This change allows the service account to issue rebirth requests in addition to its existing read permission.
  • Loading branch information
AlexGodbehere committed Sep 6, 2024
1 parent c000452 commit 2b6bd17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions acs-service-setup/dumps/uns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ aces:
- principal: !u ACS.ServiceAccount.SparkplugIngester
permission: !u ACS.Perm.MQTT.ReadWholeNamespace
target: !u UUIDs.Special.Null
- principal: !u ACS.ServiceAccount.SparkplugIngester
permission: !u UUIDs.Permission.CmdEsc.Rebirth
target: !u UUIDs.Special.Null
- principal: !u ACS.ServiceAccount.HistorianUNS
permission: !u ACS.Perm.MQTT.ReadEntireUNS
target: !u UUIDs.Special.Null
Expand Down

0 comments on commit 2b6bd17

Please sign in to comment.