Bug 1198746
| Summary: | Volume passwords are visible to remote users | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Jeff Darcy <jdarcy> |
| Component: | glusterd | Assignee: | bugs <bugs> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | mainline | CC: | atumball, bugs, kaushal, smohan |
| Target Milestone: | --- | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-17 10:23:52 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: | |
| Embargoed: | |||
|
Description
Jeff Darcy
2015-03-04 18:06:04 UTC
Checked the behavior:
On a server node:
```
[root@server-node ~]# gluster system getspec demo1 | grep password
option password 423b5c4c-3457-4b14-ab67-0d4668e35c8f
```
On a separate node, which is not part of the trusted network:
```
[root@fedora28 ~]# gluster --remote-host=192.168.121.1 system getspec demo1 | grep password
```
So, the behavior is proper, and I don't see any security threat due to this command with latest codebase.
Marking as WORKSFORME with glusterfs-6.x.
|