[
https://issues.jboss.org/browse/WFCORE-2197?page=com.atlassian.jira.plugi...
]
Brian Stansberry commented on WFCORE-2197:
------------------------------------------
What I'm about to say here would be a separate RFE, but I'll just write it here
for now as I think work on WFCORE-2197 would lead to near-simultaneous consideration of:
We support "unmanaged" deployments, where instead of the content being uploaded
to the content repo and managed by the server, instead the deployment resource indicates a
FS location and the deployment is served directly from that location. In theory we could
also allow the resource to specify a URL instead of a FS location, plus the necessary
config data for elytron authentication, and then the server would pull down that content
from the URL as part of deployment.
Perhaps this would be useful in cloud-type scenarios as it would eliminate the need to
rebuild the cloud image when the deployment is changed.
ability to upload content from secure web server
------------------------------------------------
Key: WFCORE-2197
URL:
https://issues.jboss.org/browse/WFCORE-2197
Project: WildFly Core
Issue Type: Feature Request
Components: Domain Management, Security
Reporter: Ian Kent
We use the upload-deployment-url operation of wildfly management API to add content to
content repository (app war) from remote web server (nexus artifact repository manager).
As the nexus web server is secure so the wildfly app server needs to pass credentials to
nexus when downloading war to wildfly content repository for deployment. Is there a way to
encode the nexus username and password in url parameter or add a additional parameters for
username and password.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)