Details
-
Type:
Improvement Request
-
Status:
Resolved
-
Priority:
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
| 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} |
| 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} |
| 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} |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| 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 ! |
| 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 ! |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
Basic authentication added in trunk