minio/pkg/quick
Harshavardhana f8024cadbb [security] rpc: Do not transfer access/secret key. (#4857)
This is an improvement upon existing implementation
by avoiding transfer of access and secret keys over
the network. This change only exchanges JWT tokens
generated by an rpc client. Even if the JWT can be
traced over the network on a non-TLS connection, this
change makes sure that we never really expose the
secret key over the network.
2017-09-19 12:37:56 -07:00
..
encoding.go config: Do not migrate config file if not needed. (#4264) 2017-05-06 10:16:59 -07:00
errorutil.go config: Do not migrate config file if not needed. (#4264) 2017-05-06 10:16:59 -07:00
quick.go [security] rpc: Do not transfer access/secret key. (#4857) 2017-09-19 12:37:56 -07:00
quick_test.go config: Do not migrate config file if not needed. (#4264) 2017-05-06 10:16:59 -07:00