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
Description: While fixing #524 , the ability to use an environment variable (AOT_RUN_USER) was removed from the code forcing the collector to run with the default user (aoc).
Use case:
System administrators might be interested in controlling the user running this collector to match any naming convention or UID/GID patterns.
Solution:
Partially revert the code to use the function getCustomUser to populate the variable aocUserName and default to aoc otherwise.
The text was updated successfully, but these errors were encountered:
Description: While fixing #524 , the ability to use an environment variable (
AOT_RUN_USER
) was removed from the code forcing the collector to run with the default user (aoc
).Use case:
Solution:
Partially revert the code to use the function
getCustomUser
to populate the variableaocUserName
and default toaoc
otherwise.The text was updated successfully, but these errors were encountered: