Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Riak 2 Feature: Security #110

Closed
7 tasks
bkerley opened this issue Aug 22, 2013 · 1 comment
Closed
7 tasks

Riak 2 Feature: Security #110

bkerley opened this issue Aug 22, 2013 · 1 comment
Milestone

Comments

@bkerley
Copy link
Contributor

bkerley commented Aug 22, 2013

The Ruby client needs to support security per basho/riak#355 .

  • configure local and tls credentials
c = Riak::Client.new(
                     pb_port: 17017,
                     authentication: {
                       user: 'user',
                       password: 'password',
                       server_ca: File.read('ca.crt'),
                       server_cert: File.read('server.crt')
                     }
                    )
  • refactor The Bad Class
  • upgrade a protobuffs connection to tls
  • kill the connection if the server doesn't have a valid cert
  • kill the connection if the server doesn't support tls
  • kill the conncetion if the server's cert is revoked
  • work correctly when requests succeed
@bkerley bkerley mentioned this issue Feb 18, 2014
6 tasks
@bkerley
Copy link
Contributor Author

bkerley commented Feb 18, 2014

Move discussion to #149

@bkerley bkerley closed this as completed Feb 18, 2014
@bkerley bkerley added this to the 2.0.0 milestone Apr 16, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant