IrekFasikhov / go-rgwadmin

Ceph RADOS Gateway admin(golang)
https://irekfasikhov.com
GNU General Public License v3.0
10 stars 2 forks source link

Don't print user data to stdout #2

Closed mirekys closed 4 years ago

mirekys commented 4 years ago

User struct data should not be printed to stdout on the following line, as it contains sesitive information about the user: https://github.com/IrekFasikhov/go-rgwadmin/blob/master/user.go#L48

IrekFasikhov commented 4 years ago

@mirekys Thanks!