BRM 12 Integration with BI Publisher (pin_inv_doc_gen)
We are using pin_inv_doc_gen to produce invoice PDF files.
But in production we can't have any password stored in plain text, even though we are using HTTPS and T3S to connect with Weblogic.
pin_inv_doc_gen uses user and password stored in Infranet.properties:
infranet.SECURITY_PRINCIPAL=<username>
infranet.SECURITY_CREDENTIALS=<password>
We tried adding the property "infranet.SECURITY_CREDENTIALS" to BRM Wallet, but pin_inv_doc_gen is not able to get this property from the Wallet.
Then we tried to encrypt the password in AES, which should be possible, according to documentation:
https://docs.oracle.com/cd/E51000_01/doc.120/e51015/inv_bip_11g.htm#BRMIN354