Re: [Dev] Entitlement Mediator is Content Aware

2017-10-12 Thread Abimaran Kugathasan
Because it has to create XACML request for PDP based on the content and process response. On Fri, Oct 13, 2017 at 6:03 AM, Isuru Haththotuwa wrote: > Hi, > > It seems $subject [1]. Any specific reason? > > [1]. https://github.com/wso2/carbon-mediation/blob/master/ >

[Dev] Entitlement Mediator is Content Aware

2017-10-12 Thread Isuru Haththotuwa
Hi, It seems $subject [1]. Any specific reason? [1]. https://github.com/wso2/carbon-mediation/blob/master/components/mediators/entitlement/org.wso2.carbon.identity.entitlement.mediator/src/main/java/org/wso2/carbon/identity/entitlement/mediator/EntitlementMediator.java -- Thanks and Regards,

Re: [Dev] Amazon Lambda project help

2017-10-12 Thread Malaka Silva
Hi Miyuru, Seems from proxy there is no out call to lamda. Do you have a class mediator (Java code) running before making the callout. Issue seems to be happening inside that. On Thu, Oct 12, 2017 at 10:57 AM, Miyuru Madusanka < miyurumadusa...@yahoo.com> wrote: > Hi, > I am working on the

Re: [Dev] Siddhi CEP

2017-10-12 Thread Sriskandarajah Suhothayan
You can also try Siddhi Editor that's shipped with WSO2 Stream Processor [1] You can also download that here [2] [1]https://docs.wso2.com/display/SP400/Quick+Start+Guide [2]https://github.com/wso2/product-sp/releases On Mon, Sep 11, 2017 at 8:36 AM, Charini Nanayakkara wrote:

Re: [Dev] Is there a CryptoUtil available in C5?

2017-10-12 Thread Subhashinie Koshalya
Hi all, Is there a way to know the maximum length of a string that can be encrypted using a key in wso2carbon.jks [1] or securevault.jks [2] while using DefaultSecretRepository.java [3]. I have a RS256 encoded JWT which is about 900 characters long. When encrypting it by storing it in

[Dev] [Ballerina][Plugin-Intellij] Fix for issue #639

2017-10-12 Thread Raveen Rathnayake
Hi all, Please review and merge PR[1]. [1]https://github.com/ballerinalang/plugin-intellij/pull/640 Thanks, Raveen. -- Raveen Savinda Rathnayake, Software Engineering Intern, WSO2 Inc. *lean. enterprise. middleware * Web: www.WSO2.com Mobile : +94771144549 Blog : https://blog.raveen.me

Re: [Dev] Please review and merge PR

2017-10-12 Thread Isuranga Perera
Hi Johann, Sorry for the mistake. I have sent two separate emails for the issue. On Thu, Oct 12, 2017 at 11:55 AM, Johann Nallathamby wrote: > Hi Isuranga, > > First of all thank you for your contribution to WSO2 Identity Server. > > However, can you please follow the

Re: [Dev] Please review and merge PR

2017-10-12 Thread Johann Nallathamby
Hi Isuranga, First of all thank you for your contribution to WSO2 Identity Server. However, can you please follow the following protocol in order to get your PRs merged faster. 1. Create one JIRA per issue. Make sure you give the description clearly. Add the PRs related to the issue in the

[Dev] Balana doesn't allow extended functionIDs at the time of policy parsing

2017-10-12 Thread Isuranga Perera
Hi All, Even though Balana load custom functions from the config file.It doesn't use them at the time of parsing policies. This is because it always uses only standard functions at the time of parsing policies. Issue created at [2]. Please review and merge PR[1] [1]