/o11n-plugin-crypto

vRealize Orchestrator Encryption Plugin

Primary LanguageJavaOtherNOASSERTION

vRealize Orchestrator Encryption Plugin

Overview

An inventory-less vRealize Orchestrator (vRO) plugin to provide Encoding, Digest, Cipher, and RSA Encryption.

When an integration or automation project with vRO needed some encryption, developers typically used either CryptoJS or JSEncrypt on top of the Rhino Javascript runtime of Orchestrator.

This plugin provides similar methods, is compatible with binary data and is exponentially more efficient with CPU time.

vRO 7 API Explorer view vRO 8 API Explorer view
Crypto Plugin shown in api explorer from vRO 7 Crypto Plugin shown in api explorer from vRO 8

Try it out

Latest stable compiled plugin can be found at releases

Add it to your Orchestrator as any other plugin.

Prerequisites

  • vRealize Orchestrator (vRO) 7.0 or greater including vRO 8.x. Last Validated on vRO 8.5.0

Build From Source

  1. Get access to a /vco-repo from a running vRO VM. Typical URL is http://vro.corp.local:8280/vco-repo. Note the version of your Orchestrator for use in the build command (Ex: 7.1.0, 7.2.0)
  2. mvn clean install -Dvco.version=7.1.0 -DrepoUrl=http://vro.corp.local:8280/vco-repo
  3. The compiled plugin will be in the target directory

Documentation

Please see the project wiki for plugin documentation and usage samples.

Contributing

See CONTRIBUTING for details on submitting changes and the contribution workflow.

License

vRealize Orchestrator Encryption Plugin is available under the BSD 2-Clause license.