You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2017/08/03 06:05:00 UTC

[jira] [Resolved] (FELIX-4599) Support Encryption Of Configuration Properties

     [ https://issues.apache.org/jira/browse/FELIX-4599?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved FELIX-4599.
-------------------------------------
    Resolution: Fixed

With the upcoming R7 implementation, configurations can be decrypted by a ConfigurationPlugin. SCR will use a new method on the configuration to trigger the plugins and any client wishing to get the decrypted configurations can call this method as well.
Existing clients like the webconsole or any other tooling will only see the encrypted value

> Support Encryption Of Configuration Properties
> ----------------------------------------------
>
>                 Key: FELIX-4599
>                 URL: https://issues.apache.org/jira/browse/FELIX-4599
>             Project: Felix
>          Issue Type: New Feature
>          Components: Configuration Admin
>            Reporter: Dominique Jäggi
>
> Currently it is not possible to define configuration properties, the contents of which should be automatically encrypted upon save by the configuration admin.
> An example would be a mail server configuration, where SMTP credentials must specified and the password should be encrypted upon saving the configuration. The encrypted password should then be accessible and decryptable in the component to which the configuration is bound.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)