You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
seen on multiple windows version.
we use the local system as the default user for most devices as it has the permissions required for our checks and when running an update for incinga2 on every devices the config for the service user is lost.
the command to change the user only use "sc.exe" to change the user and it seems that the installer is ignoring previous config and resetting it anyway,
(we use the chocolatey package but i don't think it is linked.)
not sure to what repo this issue should be opened in but i didn't found any code for the installer and this issue is more linked to the installer interacting with previous configs than the PS framework
seen on multiple windows version.
we use the local system as the default user for most devices as it has the permissions required for our checks and when running an update for incinga2 on every devices the config for the service user is lost.
icinga-powershell-framework/lib/core/icingaagent/setters/Set-IcingaAgentServiceUser.psm1
Line 49 in b35f0a7
the command to change the user only use "sc.exe" to change the user and it seems that the installer is ignoring previous config and resetting it anyway,
(we use the chocolatey package but i don't think it is linked.)
not sure to what repo this issue should be opened in but i didn't found any code for the installer and this issue is more linked to the installer interacting with previous configs than the PS framework
probably linked: #761
Expected Behavior: The installer should respect the existing service user configuration
The text was updated successfully, but these errors were encountered: