]
Martin Choma commented on WFCORE-2197:
--------------------------------------
Seems to me like ideal application for elytron authentication client context.
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
Assignee: Brian Stansberry
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.