All the internal passwords are stored in the outbound password store. Using the inbuilt services and some extended setting you can retrieve the password for all the connections set up on Integration Server.
Add extended settings
watt.security.ope.AllowInternalPasswordAccess , set itâs value to true.
Run the service âpub.security.outboundPasswords:listKeysâ set isInternal input to true.
Search for you connection key , search with Connection alias name. Get the key name.
Run the service âpub.security.outboundPasswords:getPasswordâ set the input isInternal to true. and pass the key name got in above step.
This error comes when you run the service âpub.security.outboundPasswords:listKeysâ with input isInternal=true.
And the extended parameter âwatt.security.ope.AllowInternalPasswordAccessâ is set to false(by default it is false).
After setting the extended parameter âwatt.security.ope.AllowInternalPasswordAccessâ is set to true.
The pub.security.outboundPasswords:listKeys" with input isInternal=true. will not throw error for internal keys as well.