Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
Current Situation
- YADE configuration allow using of the KeePass databases
- The definition of the configuration element CSEntryPath is required for every CredentialStoreFragment
- that makes the use of CredentialStoreFragment element in a ProtocolFragment very inflexible
- The definition of the configuration element CSEntryPath is required for every CredentialStoreFragment
Desired Behaviour
- CSEntryPath should be optionally per a CredentialStoreFragment
- Referencing CredentialStore fields:
- Referencing a field in the CredentialStore is effected by the following syntax:
- cs://[entry_path]@entry_field
- referencing in the ProtocolFragment and Proxy elements
- Hostname, Account, Password, Passphrase, AuthenticationFile
- Hostname - If the entry field value is defined with host:port, YADE sets the Hostname and Port automatically
- Hostname, Account, Password, Passphrase, AuthenticationFile
- fully specified entry path
- relative path
- referencing of the standard and custom fields
- Referencing a field in the CredentialStore is effected by the following syntax:
Examples
- Examples for fully specified entry path:
- <Domain>, <Hostname>, <Account>, <Password>, <Passphrase> elements:
- cs://sos/mft_server/srv001@title
- cs://sos/mft_server/srv001@user
- cs://sos/mft_server/srv001@password
- cs://sos/mft_server/srv001@url
- cs://sos/mft_server/srv001@notes
- cs://sos/mft_server/srv001@my_custom_field
- <AuthenticationFile> element:
- cs://sos/mft_server/srv001@attachment - the first attachment
- cs://sos/mft_server/srv001@my_custom_field - a specified attachment
- <Domain>, <Hostname>, <Account>, <Password>, <Passphrase> elements:
- Examples without fully specified entry path:
- <Domain> , <Hostname>, <Account>, <Password>, <Passphrase> elements:
- cs://@title
- cs://@user
- cs://@password
- cs://@url
- cs://@notes
- cs://@my_custom_field
- <AuthenticationFile> element:
- cs://@attachment - the first attachment
- cs://@my_custom_field - a specified attachment
- <Domain> , <Hostname>, <Account>, <Password>, <Passphrase> elements:
Attachments
Issue Links
- is related to
-
YADE-482 YADE CredentialStore should use the attached file without intermediate storage in the local file system
- Released
-
YADE-488 YADE with jump host should support CredentialStore
- Released
-
YADE-491 Support of CredentialStore syntax for use of SMB fragments with a domain
- Released
- relates to
-
YADE-464 Support for KeePass versions 1 and 2 with Credential Store
- Released
- mentioned in
-
Page Loading...