Bug 392544 - Secure Storage Service
Summary: Secure Storage Service
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Skalli (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P2 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-22 04:22 EDT by Michael Ochmann CLA
Modified: 2022-10-03 10:28 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Ochmann CLA 2012-10-22 04:22:17 EDT
Configurations like that for Gerrit and LDAP contain passwords that should be stored encyrpted in the database. 

We already have the @Protect annotation that is used in the REST API to obfuscate such data, so it seems reasonable to reuse that annotation also for the persistence: properties annotated with @Protect should be stored separately and encrypted in the database.