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

Remove admin.secret from configuration #108

Merged
merged 2 commits into from
Dec 15, 2015
Merged

Remove admin.secret from configuration #108

merged 2 commits into from
Dec 15, 2015

Conversation

kuenishi
Copy link
Contributor

Instead it is retrieved from Riak directly in startup sequence, from
admin.key specified at configuration file. But in special case
admin.key is specified as "admin-key", it does not retrieve admin
secret from Riak, instead sets it as admin-secret. admin.secret will
be deprecated in near future, which is currently ignored at all.

Instead it is retrieved from Riak directly in startup sequence, from
admin.key specified at configuration file. But in special case
admin.key is specified as "admin-key", it does not retrieve admin
secret from Riak, instead sets it as admin-secret. admin.secret will
be deprecated in near future, which is currently ignored at all.
_ ->
ok
end,
StrongOpts = [{r, all}, {pr, one}, {notfound_ok, false}],
Copy link
Contributor

Choose a reason for hiding this comment

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

When one of nodes which are responsible the admin user object, Stanchion will fail to start because the fallback vnode does not have it and responds notfound. Is quorum sufficient for R?

@shino
Copy link
Contributor

shino commented Dec 14, 2015

All riak_test passed. I will 👍 after the above comment is addressed.

@kuenishi
Copy link
Contributor Author

Updated ^^;

shino added a commit that referenced this pull request Dec 15, 2015
Remove admin.secret from configuration
@shino shino merged commit 87d1be1 into 2.1 Dec 15, 2015
@shino shino deleted the ku/remove-admin-secret branch December 15, 2015 00:03
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

Successfully merging this pull request may close these issues.

None yet

2 participants