Commit b0238d4
committed
fix(store): don't output secretKey and accessKey
In 33fb20e, the removal of the
output redirect for `radosgw-admin user create` means that the
accessKey and secretKey are output in the journal when the user
is created. As these are secrets, they shouldn't ever be printed.
This commit redirects the output of this command to /dev/null.1 parent 9fc2449 commit b0238d4
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments