Hi Ruwan,

On Wed, Feb 21, 2018 at 3:28 PM, Ruwan Abeykoon <ruw...@wso2.com> wrote:

> Hi All,
>
> In order to comply with GDPR regulations, we are planning to incorporate
> privacy and cookie policy URL configuration into carbon 4 "carbon.xml" .
> The following element will be added to "carbon.xml", as this needs to be
> available fr any product based on c4.
> This configuration will be disabled (commented out) by default, in which
> hard-coded URL shall be displayed by each UI.
>
> <!--
>     Configurations related to privacy for the end-user who logs into the 
> platform
> -->
> <Privacy>
>     <!--
>      The below privacy policy URL will be the one linked, instead of the 
> default, when configured.
>      This applies to carbon console and all other web applications.
>     -->
>     
> <PrivacyPolicyURL>https://your.organozation/privacy/privacy-policy.html</PrivacyPolicyURL>
>
>
Shouldn't this be a tenant wise configuration?

Thanks
Isura.

>
>     <!--
>       The below cookie policy URL will be the one linked, instead of the 
> default, when configured. -
>       This applies to carbon console and all other web applications.
>     -->
>     
> <CookiePolicyURL>https://your.organozation/privacy/cookie-policy.html</CookiePolicyURL>
> </Privacy>
>
>
> Furthermore, We will add following methods to "CarbonUtils.java" to access
> the above two properties. These methods may return null, in which, the
> relevant UI should render a default link for the respective policy URL.
>
> String getPrivacyPolicyURL()
> String getCookiePolicyURL()
>
>
> Cheers,
> Ruwan
>
>


-- 

*Isura Dilhara Karunaratne*
Associate Technical Lead | WSO2
Email: is...@wso2.com
Mob : +94 772 254 810
Blog : http://isurad.blogspot.com/
_______________________________________________
Architecture mailing list
Architecture@wso2.org
https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture

Reply via email to