-
Enhancement
-
Resolution: Done
-
Major
-
7.3.x
-
None
Section 3.1.6 in the "How to Configure Server Security" guide gives some examples on how to use a password from an external source when creating a credential-store:
These examples aren't complete though as it's not clear how to format the credential-reference when actually creating the credential-store.
The examples could be updated as follows:
The existing example for EXT could be changed to:
credential-reference={clear-text="{EXT}/usr/bin/getTheMasterPasswordScript.sh par1 par2", type="COMMAND"}
The existing example for CMD could be changed to:
credential-reference={clear-text="{CMD}/usr/bin/getTheMasterPasswordScript.sh par1,par2", type="COMMAND"}
The existing examples for MASK could be changed to:
credential-reference={clear-text="MASK-MASKED_VALUE;SALT;ITERATION"}
credential-reference={clear-text="MASK-NqMznhSbL3lwRpDmyuqLBW==;12345678;123"}
- is cloned by
-
JBEAP-23509 (7.4.z) EAP docs section 3.1.6 should be updated to show how to use a password from an external source using a credential-reference
- Closed