-
Type:
Feature
-
Status: Released (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.12.1
-
Component/s: YADE Client
-
Labels:None
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 ...