[
https://issues.apache.org/jira/browse/IOTA-25?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15375448#comment-15375448
]
Barbara Gomes edited comment on IOTA-25 at 7/14/16 7:50 PM:
------------------------------------------------------------
Fey JSON will have a new optional property under the property *source* of a
*performer*. Specification:
{code}
"location":{
"type": "object",
"url": {
"type": "string",
"pattern": "(?i)(^(http|https|file)):\/\/"
},
"credentials":{
"user":{
"type": "string"
},
"password": {
"type": "string"
},
"required":["user","password"]
}
}
{code}
was (Author: bmgomes):
Fey JSON will have a new optional property under the property *source* of a
*performer*. Specification:
{code}
"location":
{
"type":"string",
"pattern":"(?i)(^(http|https|file)):\/\/"
}
{code}
> Support HTTP protocol for dynamic population of Fey jar repo
> ------------------------------------------------------------
>
> Key: IOTA-25
> URL: https://issues.apache.org/jira/browse/IOTA-25
> Project: Iota
> Issue Type: New Feature
> Affects Versions: 0.1
> Reporter: Rutvij Clerk
> Assignee: Barbara Gomes
> Priority: Minor
> Fix For: 0.1
>
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> Support HTTP(S) protocol in Fey core to dynamically populate jar repo at
> runtime. As a further refinement, we should also support HTTP Basic Auth for
> protected resources.
> We should also have a boolean parameter for e.g. forcePullJar in the JSON to
> enable the user to pull the jar every time a fey JSON is deployed.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)