Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Fix issue where using opConfig in classic auth node would show nodes you shouldn't have access to.
  • Fix issue where virtual operator would break in classic auth mode.
  • Fix issue where scheduling jobs would save the time using the browers timezone not the servers
  • New improvement with a new parameter, compare_to_previous_revisionfor config sets to avoid compare revisions. This parameter is specially helpful when the are big files to compare and the config sets are taking a really long time:


Code Block
     "commands" : [
         {
            "privileged" : "true",
            "multipage" : "true",
            "compare_to_previous_revision" : "false",
            "use_processing_plugins" : [
               ""
            ],
            "report_level_min_changes" : null,
            "active" : "true",
            "tags" : [
               "application",
               "troubleshooting"
            ],
            "use_collection_plugin" : "",
            "command" : "scp my/file"
         },


opConfig 4.3.0

1 Dec 2021

RELEASED 

...