Versions Compared

Key

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

...

The agent.sh can be used to decrypt  the passwords in the org.onap.oof.cred.props file.

THere There are 2 several things to address. 

  1. Copy the truststoreONAPall.jks to the agent.sh folder
  2. Make sure the CADI jar agent.sh is in the local folder. You will get this error: For local use, you need to have 'aaf-cadi-aaf-2.1.12-SNAPSHOT-full.jar'
  3. The AAF account you are using needs to have showpass privieges in AAF, so we added those privileges to the admin role in the namespace

For 1:

cp /opt/app/osaaf/local/truststoreONAPall.jks ./

For 2: 

I had a local version that was different than the version in agent.sh so I copied the jar I had to the agent.sh folder and updated VERSION in aaf.props


For 3: