Bug 1037556
Summary: | Workbench Maven repository is inaccessible from external clients | ||
---|---|---|---|
Product: | [Retired] JBoss BRMS Platform 6 | Reporter: | manstis |
Component: | Business Central | Assignee: | Alexandre Porcelli <porcelli> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Marek Winkler <mwinkler> |
Severity: | high | Docs Contact: | |
Priority: | high | ||
Version: | 6.0.0 | CC: | djorm, etirelli, mwinkler, rawin2 |
Target Milestone: | ER6 | ||
Target Release: | 6.0.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2014-08-06 20:19:30 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
manstis
2013-12-03 11:24:32 UTC
Michael, we need to secure the repo as per ticket 996393. (In reply to Edson Tirelli from comment #4) > Michael, we need to secure the repo as per ticket 996393. +1, we should apply authentication to the repo with no default credentials. All you need is configure your settings.xml with http preemptive set to true. Here an example for users of maven 3.1.1 <server> <id>my-kie-wb-server</id> <username>user</username> <password>password</password> <configuration> <wagonProvider>httpclient</wagonProvider> <httpConfiguration> <all> <usePreemptive>true</usePreemptive> </all> </httpConfiguration> </configuration> </server> Verified on BRMS 6.0.0 ER7. The Workbench repository is accessible to maven, KIE-CI is unable to access it, but it seems to be a problem on KIE-CI side. the 6.0.1.Final version of kie-ci doesn't have the auth function implemented. From the version 6.1.beta3 onwards it works just fine. |