Skip to content

2.5.0

Choose a tag to compare

@github-actions github-actions released this 15 Mar 14:30
3070f01

v2.5.0 fixes AB#55018,AB#53282

  • Add new optional custom field and config.json entries to supply a user id other than "root" for the user to "sudo into" when UseSudo = "Y". There is an optional config.json DefaultSudoImpersonatedUser that will be used at the orchestrator level, and an optional new store type custom field, SudoImpersonatedUser, that overrides the config.json setting for each certificate store.
  • Modified the optional sudo command prefix to remove the "-i" option which was creating a new shell for the impersonated id (always root up until this release). Without this option the profile for the logged in user and not the impersonated user will be used when running commands.
  • Added Regex checks for Discovery fields (file names, file extensions, and file paths) to enhance security. Only alpha numeric, "/", and "" characters are allowed for these values.

Changelog
Readme
For the latest README.md updates visit the Main Page for this repository