| Summary: | RTGov authentication config uses open-text passwords | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Fuse Service Works 6 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Configuration | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Jiri Pechanec <jpechane> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.0.0 GA | CC: | atangrin, dlesage, kconner, ldimaggi, soa-p-jira |
| Target Milestone: | ER7 | Keywords: | Reopened |
| Target Release: | 6.0.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
The RTGov authentication stores passwords in clear text. The passwords should be encrypted or hashed. The defaults present a security risk to users.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-02-06 15:25:39 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jiri Pechanec
2013-10-02 05:53:18 UTC
overlord-idp-users.properties - remove ok overlord-rtgov.properties - still contains opentext credentials Seeing this in CR1 - with an RTGov client only install:
grep -i password ./standalone/configuration/overlord-rtgov.properties
RESTActivityServer.serverPassword=${vault:VAULT::rtgov::serverPassword::1}
|