Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12.9
-
None
Description
Current Situation
- Credential Store Interface supports functionality for read operations, such as read entry(ies), read string and binary properties.
Desired Behavior
- Credential Store Interface should be extended to:
- create entry(ies) if not exists
- introducing a new query parameter:
- create_entry=1
- introducing a new query parameter:
- set string property value
- introducing a new query parameter:
- set_property=<value>
- introducing a new query parameter:
- set binary property value
- introducing the new query parameters:
- set_property=<file path>
- stdout_on_set_binary_property=1
- introducing the new query parameters:
- create entry(ies) if not exists
- Find detailed information from the Using a Credential Store for Jobs (Syntax -> Query Parameters)