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

Fix for Issue 179 #180

Merged
merged 3 commits into from
May 1, 2014
Merged

Fix for Issue 179 #180

merged 3 commits into from
May 1, 2014

Conversation

angrycub
Copy link
Contributor

This fix is designed to address issue #179 by changing the default username from "user" to "admin" and creating some additional documentation to explain how to add additional users.

@@ -25,10 +25,12 @@ end}.
%% @doc If riak control's authentication mode (riak_control.auth.mode)
%% is set to 'userlist' then this is the list of usernames and
%% passwords for access to the admin panel.
%% To create users with given names, add entries of the format:
%% riak_control.auth.user.«user name».password = «password»

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer not to use guillemot in the schema. We're currently having utf8 vs. latin1 issues anyway, surely those characters are > 127 in latin1 (if they even exist in it).

@seancribbs
Copy link

Eng +1

@jmshoffs0812
Copy link

CSE +1

@michellep-basho
Copy link

Prod +1

@cmeiklejohn
Copy link
Contributor

👍, however please open a PR for resulting test failure which will occur here:

https://github.com/basho/riak_test/blob/master/tests/riak_control_authentication.erl

@seancribbs
Copy link

@cmeiklejohn I don't see how that will fail, the configs in that test are unchanged.

@cmeiklejohn
Copy link
Contributor

Ah, yes. You are right. Merge away.

@cmeiklejohn cmeiklejohn added this to the 2.0-RC milestone Apr 26, 2014
@cmeiklejohn
Copy link
Contributor

Added to 2.0-RC milestone.

slfritchie added a commit that referenced this pull request May 1, 2014
@slfritchie slfritchie merged commit f644f08 into develop May 1, 2014
@seancribbs seancribbs deleted the cv_userlist_schema branch April 1, 2015 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants