...
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.
- Copy the truststoreONAPall.jks to the agent.sh folder
- 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'
- 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: