You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Derek Baum (JIRA)" <ji...@apache.org> on 2009/09/17 19:33:57 UTC

[jira] Resolved: (FELIX-1372) sigil OBR repository should support HTTP authentication

     [ https://issues.apache.org/jira/browse/FELIX-1372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Derek Baum resolved FELIX-1372.
-------------------------------

    Resolution: Fixed

repository config now supports optional 'auth' attribute, which points to file like this:

bld-shared;provider:    obr
bld-shared;level:       2
bld-shared;auth:        ${.}/sigil-auth.propetries
bld-shared;url:         file:${..}/build/repo-shared/repository.obr
bld-shared;optional:    true
bld-shared;index:       ${..}/build/bld-shared.obr

where, sigil-auth.properties is a properties file with URL prefix as key and base64 encoded user:pass as value:


# sigil authentication
#       key is URL prefix - remember to escape the colon in the protocol!
#       value is user:pass base64 encoded
# 

https\://www.example.com/repo = b3BlcjpyYPBv

# end




> sigil OBR repository should support HTTP authentication
> -------------------------------------------------------
>
>                 Key: FELIX-1372
>                 URL: https://issues.apache.org/jira/browse/FELIX-1372
>             Project: Felix
>          Issue Type: New Feature
>          Components: Sigil
>            Reporter: Derek Baum
>            Assignee: Derek Baum
>            Priority: Minor
>
> sigil should support HTTP authentication when retrieving the remote OBR index. 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.