Details
- 
                Type: Improvement Request Improvement Request
- 
                Status: Resolved Resolved
- 
                    Priority: Major Major
- 
                    Resolution: Fixed
- 
                    Affects Version/s: 1.0.1-BC
- 
                    Fix Version/s: 1.1.0-BC
- 
                    Component/s: Provider mode
- 
                    Security Level: Public
- 
                                                - Environment:
- -
 
Activity
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] | 
| Resolution | Fixed [ 1 ] | 
| Description | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath--> </rest:username> <rest:password> <!--rest:constant>${password}</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} Note: placeholders must be supported to be able to configure user/password outside the SU ! | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath--> </rest:username> <rest:password> <!--rest:constant>${password}</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} +*NOTE*+: placeholders must be supported to be able to configure user/password outside the SU ! | 
| Description | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath--> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath--> </rest:username> <rest:password> <!--rest:constant>${password}</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} Note: placeholders must be supported to be able to configure user/password outside the SU ! | 
| Status | Open [ 10002 ] | In Progress [ 10003 ] | 
| Status | New [ 10000 ] | Open [ 10002 ] | 
| Description | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath--> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | 
| Description | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>request/username</rest:xpath> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/metadatas/metadata</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>/request/username</rest:xpath> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/request/password</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | 
| Field | Original Value | New Value | 
|---|---|---|
| Fix Version/s | 1.1.0 [ 10696 ] | |
| Priority | Major [ 3 ] | |
| Description | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>request/username</rest:xpath> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/metadatas/metadata</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | The BC Rest should expose resources protected with a basic authentication as service. Please add support of basic authentication, that can be configured as following: {code:xml} <jbi:jbi ...> <jbi:services ...> <jbi:provides ...> ... <rest:mapping> ... <rest:operation name="ged:consulter"> ... <rest:authentication> <rest:basic> <rest:username> <rest:constant>petals-esb</rest:constant> <!--rest:xpath>request/username</rest:xpath> </rest:username> <rest:password> <!--rest:constant>my-password</rest:constant--> <rest:xpath>/metadatas/metadata</rest:xpath> </rest:password> </rest:basic> <rest:authentication> ... </rest:operation> ... </rest:mapping> </jbi:consumes> </jbi:services> </jbi:jbi> {code} | 
