Re: [Dev] Foreach is not working properly under AggregateMediator's scope in response flow

2017-07-12 Thread Sudharma Subasinghe
Hi,

Foreach mediator is working properly, above issue can be occurred when log
mediator is invoking.

On Tue, Jul 11, 2017 at 2:48 PM, aditya shivankar <
shivankar.adit...@gmail.com> wrote:

> Foreach is not working properly under AggregateMediator's scope in
> response flow
>
> Input request :
>
> [
> {
> "name" : "Home"
> },
> {
> "name" : "Car"
> },
> {
> "name" : "Mobile"
> }
> ]
>
>
> I am using iterate, to send each element of above array as request to a
> passthrough service( In myactual project this is not pass through. for
> better understanding of issue I kept it like this ).
>
> The responses of the pass through service are aggregated in one soap xml
> by AggregateMediator.
>
>
> Below is response from AggregateMediator
>
> 
> http://schemas.xmlsoap.org/soap/envelope/
> ">
> 
> 
> 
> Mobile
> 
> 
> Car
> 
> 
> Home
> 
> 
> 
> 
>
>
> Using foreach to modify each response depending on some parameters coming
> in response.
> But Foreach is not working properly under Aggregator scope in response
> flow . Its response is weird.
> -
> For-each response :
>
> [2017-07-11 14:07:44,696]  INFO - LogMediator msg4 = "Inside Foreach"
> [2017-07-11 14:07:44,697]  INFO - LogMediator To:
> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction: ,
> MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
> response, Envelope: 
> http://schemas.xmlsoap.org/soap/envelope/
> ">
> 
> 
> Home
> 
> 
> 
>
> [2017-07-11 14:07:44,697]  INFO - LogMediator msg4 = "Inside Foreach"
> [2017-07-11 14:07:44,697]  INFO - LogMediator To:
> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction: ,
> MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
> response, Payload: {"name":"Home"}
>
> [2017-07-11 14:07:44,697]  INFO - LogMediator msg4 = "Inside Foreach"
> [2017-07-11 14:07:44,698]  INFO - LogMediator To:
> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction: ,
> MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
> response, Payload: {"name":"Home"}
>
> 
> 
> The second and third iterate of foreach should have been like below :
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">
> 
> 
> Mobile
> 
> 
> 
>
> http://schemas.xmlsoap.org/soap/envelope/
> ">
> 
> 
> Car
> 
> 
> 
>
> Instead of :
>
>  Payload: {"name":"Home"}
>  Payload: {"name":"Home"}
>
>  Please find attached flow xml's.
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Sudharma Subasinghe,
Software Engineer,
WSO2 Inc.
Email: sudhar...@wso2.com 
Mobile : +94 710 565 157 <%2B94%20718%20210%20200>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Foreach is not working properly under AggregateMediator's scope in response flow

2017-07-12 Thread Vinod Kavinda
Hi Aditya,
Please use Iterate mediator with the Aggregate mediator. Please refer [1],
it explains the difference between the forEach and Iterate mediators.

[1] - https://docs.wso2.com/display/ESB490/ForEach+Mediator

Thanks,
Vinod

On Wed, Jul 12, 2017 at 1:34 PM, Sudharma Subasinghe 
wrote:

> Hi,
>
> Foreach mediator is working properly, above issue can be occurred when log
> mediator is invoking.
>
> On Tue, Jul 11, 2017 at 2:48 PM, aditya shivankar <
> shivankar.adit...@gmail.com> wrote:
>
>> Foreach is not working properly under AggregateMediator's scope in
>> response flow
>>
>> Input request :
>>
>> [
>> {
>> "name" : "Home"
>> },
>> {
>> "name" : "Car"
>> },
>> {
>> "name" : "Mobile"
>> }
>> ]
>>
>>
>> I am using iterate, to send each element of above array as request to a
>> passthrough service( In myactual project this is not pass through. for
>> better understanding of issue I kept it like this ).
>>
>> The responses of the pass through service are aggregated in one soap xml
>> by AggregateMediator.
>>
>>
>> Below is response from AggregateMediator
>>
>> 
>> http://schemas.
>> xmlsoap.org/soap/envelope/">
>> 
>> 
>> 
>> Mobile
>> 
>> 
>> Car
>> 
>> 
>> Home
>> 
>> 
>> 
>> 
>>
>>
>> Using foreach to modify each response depending on some parameters coming
>> in response.
>> But Foreach is not working properly under Aggregator scope in response
>> flow . Its response is weird.
>> -
>> For-each response :
>>
>> [2017-07-11 14:07:44,696]  INFO - LogMediator msg4 = "Inside Foreach"
>> [2017-07-11 14:07:44,697]  INFO - LogMediator To:
>> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction:
>> , MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
>> response, Envelope: 
>> http://schemas.
>> xmlsoap.org/soap/envelope/">
>> 
>> 
>> Home
>> 
>> 
>> 
>>
>> [2017-07-11 14:07:44,697]  INFO - LogMediator msg4 = "Inside Foreach"
>> [2017-07-11 14:07:44,697]  INFO - LogMediator To:
>> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction:
>> , MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
>> response, Payload: {"name":"Home"}
>>
>> [2017-07-11 14:07:44,697]  INFO - LogMediator msg4 = "Inside Foreach"
>> [2017-07-11 14:07:44,698]  INFO - LogMediator To:
>> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction:
>> , MessageID: urn:uuid:3e1fd827-12ab-413c-824d-c9daf7b6df7c, Direction:
>> response, Payload: {"name":"Home"}
>>
>> 
>> 
>> The second and third iterate of foreach should have been like below :
>>
>> http://schemas.
>> xmlsoap.org/soap/envelope/">
>> 
>> 
>> Mobile
>> 
>> 
>> 
>>
>> http://schemas.
>> xmlsoap.org/soap/envelope/">
>> 
>> 
>> Car
>> 
>> 
>> 
>>
>> Instead of :
>>
>>  Payload: {"name":"Home"}
>>  Payload: {"name":"Home"}
>>
>>  Please find attached flow xml's.
>>
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Sudharma Subasinghe,
> Software Engineer,
> WSO2 Inc.
> Email: sudhar...@wso2.com 
> Mobile : +94 710 565 157 <%2B94%20718%20210%20200>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Vinod Kavinda
Senior Software Engineer
*WSO2 Inc. - lean . enterprise . middleware .*
Mobile : +94 (0) 712 415544
Blog : http://soatechflicks.blogspot.com/
[image: http://wso2.com/signature]

___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Saad Sahibjan
Hi Yasima,

Thanks for the reply.

I went through [1] and it looks like a file replacement. Correct me if i'm
wrong.

I don't want to replace the whole file, I want to edit the existing file to
add the custom tier without any affect to the already existing tiers. In
case if someone else has updated the tiers.xml and if I do a full file
replacement there will be a loss. So to avoid it even after adding a custom
tier already existing tiers before adding the custom tier also should be
available along with the new tier. And this has to be done without the use
of UI.

[1] https://github.com/malinthaprasan/registry-ws-client/

Regards,
Saad

On Wed, Jul 12, 2017 at 12:31 PM, Yasima Dewmini  wrote:

> Hi Saad,
>
> You can write a SOAP based client for updating a registry resource -
> tiers.xml. Please find a sample in [1].
>
> If you like to do it using carbon console refer [2] which is same as in
> APIM 1.9.0.
>
> [1] https://github.com/malinthaprasan/registry-ws-client/
> [2] https://docs.wso2.com/display/AM190/Adding+new+Throttling+Tiers
>
> Regards
> Yasima.
>
> On Wed, Jul 12, 2017 at 11:29 AM, Saad Sahibjan 
> wrote:
>
>> Hi,
>>
>> I want to add a custom tier to API Manager 1.9.1 but not through UI. I
>> checked the API Manager 2.1.0, adding a custom tier could be done through
>> editing the 'default-tiers.xml' file in the 'wso2am-2.1.0\repository\resou
>> rces\default-tiers'
>>
>> Is there any way to add a custom tier in to AM 1.9.1 pack without the use
>> of UI?
>>
>> Regards,
>> Saad
>>
>> --
>> Regards
>> Saad Sahibjan
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> http://wso2.com/signatureYasima Dewmini
> Software Engineer, WSO2, Inc.
> Email: yas...@wso2.com
> Mobile: +94713117081 <+94%2071%20311%207081>
>



-- 
Regards
Saad Sahibjan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Denuwanthi De Silva
Hi,

When referring document[1] to enable RBAC using XACML in APIM, it mentions
to add ' entitlement-1.0-SNAPSHOT JAR' file. In the doc the link for the
JAR is provided.
But where can I get the source repository of this jar?

I checked in carbon-apimgt & product-apim. Couldn't find.
Appreciate if some one can point me to the source of it?


[1]
https://docs.wso2.com/display/AM210/Enabling+Role-Based+Access+Control+Using+XACML


Thanks
-- 
Denuwanthi De Silva
Senior Software Engineer;
WSO2 Inc.; http://wso2.com,
Email: denuwan...@wso2.com
Blog: https://denuwanthi.wordpress.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Yasima Dewmini
Hi Saad,

You can write a SOAP based client for updating a registry resource -
tiers.xml. Please find a sample in [1].

If you like to do it using carbon console refer [2] which is same as in
APIM 1.9.0.

[1] https://github.com/malinthaprasan/registry-ws-client/
[2] https://docs.wso2.com/display/AM190/Adding+new+Throttling+Tiers

Regards
Yasima.

On Wed, Jul 12, 2017 at 11:29 AM, Saad Sahibjan 
wrote:

> Hi,
>
> I want to add a custom tier to API Manager 1.9.1 but not through UI. I
> checked the API Manager 2.1.0, adding a custom tier could be done through
> editing the 'default-tiers.xml' file in the 'wso2am-2.1.0\repository\
> resources\default-tiers'
>
> Is there any way to add a custom tier in to AM 1.9.1 pack without the use
> of UI?
>
> Regards,
> Saad
>
> --
> Regards
> Saad Sahibjan
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
http://wso2.com/signatureYasima Dewmini
Software Engineer, WSO2, Inc.
Email: yas...@wso2.com
Mobile: +94713117081
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Yasima Dewmini
Hi Saad,

Yes you are correct. For that you can first do a registry get to get the
current tier.xml. Next append the new tire configuration you want and do
the registry put.

Regards,
Yasima.

On Wed, Jul 12, 2017 at 1:08 PM, Saad Sahibjan 
wrote:

> Hi Yasima,
>
> Thanks for the reply.
>
> I went through [1] and it looks like a file replacement. Correct me if i'm
> wrong.
>
> I don't want to replace the whole file, I want to edit the existing file
> to add the custom tier without any affect to the already existing tiers. In
> case if someone else has updated the tiers.xml and if I do a full file
> replacement there will be a loss. So to avoid it even after adding a custom
> tier already existing tiers before adding the custom tier also should be
> available along with the new tier. And this has to be done without the use
> of UI.
>
> [1] https://github.com/malinthaprasan/registry-ws-client/
>
> Regards,
> Saad
>
> On Wed, Jul 12, 2017 at 12:31 PM, Yasima Dewmini  wrote:
>
>> Hi Saad,
>>
>> You can write a SOAP based client for updating a registry resource -
>> tiers.xml. Please find a sample in [1].
>>
>> If you like to do it using carbon console refer [2] which is same as in
>> APIM 1.9.0.
>>
>> [1] https://github.com/malinthaprasan/registry-ws-client/
>> [2] https://docs.wso2.com/display/AM190/Adding+new+Throttling+Tiers
>>
>> Regards
>> Yasima.
>>
>> On Wed, Jul 12, 2017 at 11:29 AM, Saad Sahibjan 
>> wrote:
>>
>>> Hi,
>>>
>>> I want to add a custom tier to API Manager 1.9.1 but not through UI. I
>>> checked the API Manager 2.1.0, adding a custom tier could be done through
>>> editing the 'default-tiers.xml' file in the 'wso2am-2.1.0\repository\resou
>>> rces\default-tiers'
>>>
>>> Is there any way to add a custom tier in to AM 1.9.1 pack without the
>>> use of UI?
>>>
>>> Regards,
>>> Saad
>>>
>>> --
>>> Regards
>>> Saad Sahibjan
>>>
>>> ___
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> http://wso2.com/signatureYasima Dewmini
>> Software Engineer, WSO2, Inc.
>> Email: yas...@wso2.com
>> Mobile: +94713117081 <+94%2071%20311%207081>
>>
>
>
>
> --
> Regards
> Saad Sahibjan
>



-- 
http://wso2.com/signatureYasima Dewmini
Software Engineer, WSO2, Inc.
Email: yas...@wso2.com
Mobile: +94713117081
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [AM] Adding a Custom Tier without the use of UI

2017-07-12 Thread Saad Sahibjan
Hi Yasima,

Thanks :D

Regards,
Saad

On Wed, Jul 12, 2017 at 1:58 PM, Yasima Dewmini  wrote:

> Hi Saad,
>
> Yes you are correct. For that you can first do a registry get to get the
> current tier.xml. Next append the new tire configuration you want and do
> the registry put.
>
> Regards,
> Yasima.
>
> On Wed, Jul 12, 2017 at 1:08 PM, Saad Sahibjan 
> wrote:
>
>> Hi Yasima,
>>
>> Thanks for the reply.
>>
>> I went through [1] and it looks like a file replacement. Correct me if
>> i'm wrong.
>>
>> I don't want to replace the whole file, I want to edit the existing file
>> to add the custom tier without any affect to the already existing tiers. In
>> case if someone else has updated the tiers.xml and if I do a full file
>> replacement there will be a loss. So to avoid it even after adding a custom
>> tier already existing tiers before adding the custom tier also should be
>> available along with the new tier. And this has to be done without the use
>> of UI.
>>
>> [1] https://github.com/malinthaprasan/registry-ws-client/
>>
>> Regards,
>> Saad
>>
>> On Wed, Jul 12, 2017 at 12:31 PM, Yasima Dewmini  wrote:
>>
>>> Hi Saad,
>>>
>>> You can write a SOAP based client for updating a registry resource -
>>> tiers.xml. Please find a sample in [1].
>>>
>>> If you like to do it using carbon console refer [2] which is same as in
>>> APIM 1.9.0.
>>>
>>> [1] https://github.com/malinthaprasan/registry-ws-client/
>>> [2] https://docs.wso2.com/display/AM190/Adding+new+Throttling+Tiers
>>>
>>> Regards
>>> Yasima.
>>>
>>> On Wed, Jul 12, 2017 at 11:29 AM, Saad Sahibjan >> > wrote:
>>>
 Hi,

 I want to add a custom tier to API Manager 1.9.1 but not through UI. I
 checked the API Manager 2.1.0, adding a custom tier could be done through
 editing the 'default-tiers.xml' file in the 'wso2am-2.1.0\repository\resou
 rces\default-tiers'

 Is there any way to add a custom tier in to AM 1.9.1 pack without the
 use of UI?

 Regards,
 Saad

 --
 Regards
 Saad Sahibjan

 ___
 Dev mailing list
 Dev@wso2.org
 http://wso2.org/cgi-bin/mailman/listinfo/dev


>>>
>>>
>>> --
>>> http://wso2.com/signatureYasima Dewmini
>>> Software Engineer, WSO2, Inc.
>>> Email: yas...@wso2.com
>>> Mobile: +94713117081 <+94%2071%20311%207081>
>>>
>>
>>
>>
>> --
>> Regards
>> Saad Sahibjan
>>
>
>
>
> --
> http://wso2.com/signatureYasima Dewmini
> Software Engineer, WSO2, Inc.
> Email: yas...@wso2.com
> Mobile: +94713117081 <+94%2071%20311%207081>
>



-- 
Regards
Saad Sahibjan
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Authentication and Authorization

2017-07-12 Thread Nandika Jayawardana
Hi Lipsa,

In order to assign a task to another user, you can use the HumanTaskAPI in
case of BPEL or the REST api in case of BPMN, In both cases, you will need
to provide login credentials.  REST API can be invoked with basic
authentication and Human Task API (soap service ) can be invoked with the
session cookie.

http://nandikajayawardana.blogspot.com/2013/05/how-to-implement-your-own-task-ui-on.html

Regards
Nandika


On Tue, Jul 11, 2017 at 10:20 AM, Lipsa Pradhan <
lipsa.prad...@adnatesolutions.com> wrote:

> Hello All,
>
> How can I authorize and authenticate different users in WSO2 Enterprise
> Integrator?
>
> Actually I want to assign task to different users via a BPEL or a BPMN,
> but those users must log in using their credentials and must obtain an
> access token to access their tasks.
>
> Is it possible to do so?
>
> Thanks in Advance!
>
> Regards
> Lipsa Pradhan
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Nandika Jayawardana
WSO2 Inc ; http://wso2.com
lean.enterprise.middleware
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Isura Karunaratne
On Wed, Jul 12, 2017 at 11:00 PM Johann Nallathamby  wrote:

> Hi IAM Team,
>
> Please consider $subject high priority because the default column width is
> 256 characters which could be insufficient for some use cases. Especially
> with TOTP authenticator we are encrypting the secret key and storing it in
> this table. The production recommendation for key size is 2048 bits.
>
+1 will do

Thanks
Isura

>
>
> Thanks & Regards,
> Johann.
>
> --
>
> *Johann Dilantha Nallathamby*
> Senior Lead Solutions Engineer
> WSO2, Inc.
> lean.enterprise.middleware
>
> Mobile - *+9476950*
> Blog - *http://nallaa.wordpress.com *
>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Gayan Gunawardana
On Wed, Jul 12, 2017 at 7:32 AM, Abimaran Kugathasan 
wrote:

> Hi Denuwanthi,
>
> As I remember, we are using the sample provided by Nadeesha here [1], also
> decompiling the JAR will give you more information from META-INF/MANIFEST.MF
>
I guess it is better to have source code somewhere like APIM samples.
Source code previously available in the article written by Nadeesha. You
can find same source code from [1][2].

[1]
http://wso2.com/library/articles/2015/03/bring-your-social-identity-to-perform-organizational-authorization-actions-with-wso2-identity-server/
[2]
https://github.com/GayanM/role-based-authorization-artifacts/blob/master/entitlement/src/main/java/org/wso2/sample/callback/APIEntitlementCallbackHandler.java

>
> [1]: http://wso2.com/library/articles/2014/02/use-of-wso2-
> api-manager-to-validate-fine-grained-policy-decisions-using-xacml/
>
> On Wed, Jul 12, 2017 at 1:10 PM, Denuwanthi De Silva 
> wrote:
>
>> Hi,
>>
>> When referring document[1] to enable RBAC using XACML in APIM, it
>> mentions to add ' entitlement-1.0-SNAPSHOT JAR' file. In the doc the link
>> for the JAR is provided.
>> But where can I get the source repository of this jar?
>>
>> I checked in carbon-apimgt & product-apim. Couldn't find.
>> Appreciate if some one can point me to the source of it?
>>
>>
>> [1]https://docs.wso2.com/display/AM210/Enabling+Role-Based+
>> Access+Control+Using+XACML
>>
>>
>> Thanks
>> --
>> Denuwanthi De Silva
>> Senior Software Engineer;
>> WSO2 Inc.; http://wso2.com,
>> Email: denuwan...@wso2.com
>> Blog: https://denuwanthi.wordpress.com/
>>
>> ___
>> Dev mailing list
>> Dev@wso2.org
>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>
>>
>
>
> --
> Thanks
> Abimaran Kugathasan
> Senior Software Engineer - API Technologies
>
> Email : abima...@wso2.com
> Mobile : +94 773922820 <+94%2077%20392%202820>
>
> 
> 
>   
> 
>
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Gayan Gunawardana
Senior Software Engineer; WSO2 Inc.; http://wso2.com/
Email: ga...@wso2.com
Mobile: +94 (71) 8020933
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] WSO2 API Manager 3.0.0-M4 Released!

2017-07-12 Thread Malintha Amarasinghe
The WSO2 API Manager team is pleased to announce the release of API Manager
3.0.0-M4. It's now available to download.
Distribution


   - https://github.com/wso2/product-apim/releases/download/v3.0.
   0-m4/wso2apim-3.0.0-m4.zip

   

   - https://github.com/wso2/product-apim/releases/download/v3.0.
   0-m4/wso2apim-gateway-3.0.0-m4.zip
   

   - https://github.com/wso2/product-apim/releases/download/v3.0.
   0-m4/wso2apim-das-3.0.0-m4.zip

Documentation


   - https://docs.wso2.com/display/AM300/


Following list contains all the features, improvements and bug fixes
available with this milestone.
New Feature


   - https://github.com/wso2/product-apim/issues?q=is%3Aissue+is%
   3Aclosed+label%3A%22new+feature%22+milestone%3A3.0.0-m4
   


Tasks/Bug Fixes and Improvements


   - https://github.com/wso2/product-apim/issues?q=is%3Aissue+is%
   3Aclosed+-label%3A%22new+feature%22+milestone%3A3.0.0-m4
   


List of Open Issues


   - https://github.com/wso2/product-apim/issues?q=is%3Aopen+is%3
   Aissue+label%3A3.0.0

How To Contribute

Your feedback is most welcome!
Mailing Lists
Join our mailing list and correspond with the developers directly.

   -

   Developer List : dev@wso2.org | Subscribe | Mail Archive
   
   -

   User Forum : StackOverflow
   


Reporting Issues

We encourage you to report issues, improvements and feature requests
regarding WSO2 API Manager through WSO2 API Manager GIT Issues
.

~ The WSO2 API Manager Team ~

-- 
Malintha Amarasinghe
Software Engineer
*WSO2, Inc. - lean | enterprise | middleware*
http://wso2.com/

Mobile : +94 712383306 <+94%2071%20238%203306>
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] [APIM]Source code of entitlement jar file

2017-07-12 Thread Abimaran Kugathasan
Hi Denuwanthi,

As I remember, we are using the sample provided by Nadeesha here [1], also
decompiling the JAR will give you more information from META-INF/MANIFEST.MF

[1]:
http://wso2.com/library/articles/2014/02/use-of-wso2-api-manager-to-validate-fine-grained-policy-decisions-using-xacml/

On Wed, Jul 12, 2017 at 1:10 PM, Denuwanthi De Silva 
wrote:

> Hi,
>
> When referring document[1] to enable RBAC using XACML in APIM, it mentions
> to add ' entitlement-1.0-SNAPSHOT JAR' file. In the doc the link for the
> JAR is provided.
> But where can I get the source repository of this jar?
>
> I checked in carbon-apimgt & product-apim. Couldn't find.
> Appreciate if some one can point me to the source of it?
>
>
> [1]https://docs.wso2.com/display/AM210/Enabling+Role-
> Based+Access+Control+Using+XACML
>
>
> Thanks
> --
> Denuwanthi De Silva
> Senior Software Engineer;
> WSO2 Inc.; http://wso2.com,
> Email: denuwan...@wso2.com
> Blog: https://denuwanthi.wordpress.com/
>
> ___
> Dev mailing list
> Dev@wso2.org
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
Thanks
Abimaran Kugathasan
Senior Software Engineer - API Technologies

Email : abima...@wso2.com
Mobile : +94 773922820


  
  
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


Re: [Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Isura Karunaratne
Fixed with https://wso2.org/jira/browse/IDENTITY-6142

On Thu, Jul 13, 2017 at 9:43 AM, Isura Karunaratne  wrote:

>
> On Wed, Jul 12, 2017 at 11:00 PM Johann Nallathamby 
> wrote:
>
>> Hi IAM Team,
>>
>> Please consider $subject high priority because the default column width
>> is 256 characters which could be insufficient for some use cases.
>> Especially with TOTP authenticator we are encrypting the secret key and
>> storing it in this table. The production recommendation for key size is
>> 2048 bits.
>>
> +1 will do
>
> Thanks
> Isura
>
>>
>>
>> Thanks & Regards,
>> Johann.
>>
>> --
>>
>> *Johann Dilantha Nallathamby*
>> Senior Lead Solutions Engineer
>> WSO2, Inc.
>> lean.enterprise.middleware
>>
>> Mobile - *+9476950*
>> Blog - *http://nallaa.wordpress.com *
>>
>


-- 

*Isura Dilhara Karunaratne*
Senior Software Engineer | WSO2
Email: is...@wso2.com
Mob : +94 772 254 810
Blog : http://isurad.blogspot.com/
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev


[Dev] Need to increase column width for DATA_VALUE column of IDN_IDENTITY_USER_DATA table

2017-07-12 Thread Johann Nallathamby
Hi IAM Team,

Please consider $subject high priority because the default column width is
256 characters which could be insufficient for some use cases. Especially
with TOTP authenticator we are encrypting the secret key and storing it in
this table. The production recommendation for key size is 2048 bits.

Thanks & Regards,
Johann.

-- 

*Johann Dilantha Nallathamby*
Senior Lead Solutions Engineer
WSO2, Inc.
lean.enterprise.middleware

Mobile - *+9476950*
Blog - *http://nallaa.wordpress.com *
___
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev