Uploaded image for project: 'YADE - Yet Another Data Exchange Tool'
  1. YADE - Yet Another Data Exchange Tool
  2. YADE-487

YADE Xml2Ini Converter should support the CredentialStore in a JumpFragment

    XMLWordPrintable

Details

    • Feature
    • Status: Released (View Workflow)
    • Minor
    • Resolution: Fixed
    • None
    • 1.12.1
    • YADE Client
    • None

    Description

      Current Situation

      • A JumpFragment element is configured with a CredentialStoreFragmentRef element
        <JumpFragment name="jump">
           ...
         <CredentialStoreFragmentRef ref="cs" />
        </JumpFragment>
        
      • The YADE Xml2Ini Converter generates a credential_store_fragment@xxx fragment, but not add this to the jump_include in a profile:
        ...
        [protocol_fragment_jump@jump]
        host                                = ...
        ...
        [credentialstore_fragment@cs]
        use_credential_store                = true
        ...
        [my_profile]
        operation                           = copytointernet
        ...
        jump_include                        = protocol_fragment_jump@jump
        ...
        

      Desired Behaviour

      • The YADE Xml2Ini Converter should add a credential_store_fragment@xxx fragment to the jump_include in a profile:
        ...
        [protocol_fragment_jump@jump]
        host                                = ...
        ...
        [credentialstore_fragment@cs]
        use_credential_store                = true
        ...
        [my_profile]
        operation                           = copytointernet
        ...
        jump_include                        = protocol_fragment_jump@jump,credentialstore_fragment@cs
        ...
        

      Attachments

        Issue Links

          Activity

            People

              re Robert Ehrlich
              re Robert Ehrlich
              Oliver Haufe Oliver Haufe
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: