2016-10-12 22 views
0

依存関係を解決/取得するために認証が必要なartifactoryにリポジトリを共有しました。artifactoryを使用したapache Ivy認証

何らかの理由でIvyが認証できません。

私ivysettings.xml:

<ivysettings> 
    <settings defaultResolver="main" /> 
    <credentials host="localhost" realm="Artifactory Realm" username="admin" passwd="password" /> 
    <resolvers> 
    <chain name="main"> 
     <ibiblio name="public" m2compatible="true" root="http://localhost:8081/artifactory/repo" /> 
    </chain> 
    </resolvers> 
</ivysettings> 

ログファイル:

try to get credentials for: Authenticate [email protected] 
authentication: k='Authenticate [email protected]' c='null' 
HTTP response status: 401 url=https://localhost/artifactory/repo... the rest of the log file... 

Artifacotryは私の設定レルム= "Artifactoryレルム" に、LDAP/Active Directoryの

答えて

0

に対して認証するように設定されました違う。 realm = "Artifactoryを認証する"

関連する問題