-
Suggestion
-
Resolution: Unresolved
-
None
-
None
-
1
-
The How to force agents to transfer data to a target path section contains a sample xml for the agent configuration:
<SFTPSettings>
<ExportPath>192.168.2.2/discovery/import</ExportPath>
<UserName>yourUser</UserName>
<Password>mysecurepassword</Password>
<TransferReties>5</TransferReties>
<TranserRetryInterval>30</TranserRetryInterval>
</SFTPSettings>
The tag in above example is <Password> while after encryption at first agent startup become <CryptPW>.
Please amend the documentation example to clarify this confusion.
[JSDSERVER-16281] Amend Assets Discovery agent document tag for password
Support reference count | New: 1 |
Description |
Original:
The [How to force agents to transfer data to a target path|https://confluence.atlassian.com/assetapps/set-up-assets-discovery-agent-1168848074.html] section contains a sample xml for the agent configuration:
{code:java} <SFTPSettings> <ExportPath>192.168.2.2/discovery/import</ExportPath> <UserName>yourUser</UserName> <Password>mysecurepassword</Password> <TransferReties>5</TransferReties> <TranserRetryInterval>30</TranserRetryInterval> </SFTPSettings> {code} The tag in above example is <Password> while should be <CryptPW>. Please amend the documentation example to fix this. |
New:
The [How to force agents to transfer data to a target path|https://confluence.atlassian.com/assetapps/set-up-assets-discovery-agent-1168848074.html] section contains a sample xml for the agent configuration:
{code:java} <SFTPSettings> <ExportPath>192.168.2.2/discovery/import</ExportPath> <UserName>yourUser</UserName> <Password>mysecurepassword</Password> <TransferReties>5</TransferReties> <TranserRetryInterval>30</TranserRetryInterval> </SFTPSettings> {code} The tag in above example is <Password> while after encryption at first agent startup become <CryptPW>. Please amend the documentation example to clarify this confusion. |