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

Make auth in MgoSuite optional, disabled by default #28

Merged
merged 1 commit into from Aug 14, 2014

Conversation

axw
Copy link
Contributor

@axw axw commented Aug 13, 2014

The Juju tests mostly don't care about authentication.
By disabling authentication by default, segregating
the tests that do care (i.e. explicit checks for
authentication/authorisation) and enabling authentication
for them, then we can easily run with either Mongo 2.4 or
2.6 despite the changes made to security between the
versions.

The Juju tests mostly don't care about authentication.
By disabling authentication by default, segregating
the tests that do care (i.e. explicit checks for
authentication/authorisation) and enabling authentication
for them, then we can easily run with either Mongo 2.4 or
2.6 despite the changes made to security between the
versions.
@wallyworld
Copy link
Member

LGTM

axw added a commit that referenced this pull request Aug 14, 2014
Make auth in MgoSuite optional, disabled by default
@axw axw merged commit 503e61b into juju:master Aug 14, 2014
jujubot added a commit to juju/juju that referenced this pull request Aug 14, 2014
Various changes to support Mongo 2.6

Disable auth in Mongo for all except a handful of tests, which we segregate
and enable authentication for explicitly.

Ignore all commits other than 326c231: this builds on top of PR #498.

Requires juju/testing#28
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