Skip to content

More RTEs handling improvemets

Andrii Salnikov requested to merge andrii/arc:RTEs into master

Now RTEs supports several new features to meet the requirements of community.

  • RTE glob wildcarding functionality
  • Intruducing RTE parameters to fine-tune RTE behavior
  • ENV/PROXY now supports parameter to control CA Certificates copying. Just try
arcctl rte params-get ENV/PROXY 
arcctl rte params-set ENV/PROXY COPY_CACERT_DIR No

And of cause everything is bash-completed.

  • Requested arcctl rte cat feature (includes parameters tuning if any)
  • Some minor refactoring

Merge request reports