• Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • None
    • Documentation & IX
    • None
    • 1
    • We collect Jira Service Desk feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      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

            SET Analytics Bot made changes -
            Support reference count New: 1
            Tiziana Marchionni made changes -
            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.
            Tiziana Marchionni created issue -

              94e733e73fd4 Robert Klimkiewicz
              tmarchionni@atlassian.com Tiziana Marchionni
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: