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

Add WARN log if provided Couchbase password offends default policy #936

Merged
merged 2 commits into from
Oct 28, 2018

Conversation

kiview
Copy link
Member

@kiview kiview commented Oct 26, 2018

See #934

TBH I was not sure how to proceed at this point. We have a similar password policy thing in #885.
However, throwing an exception seems to harsh, since people might configure all kind of password policies in their image (I assume) and we should still support it if possible.

Copy link
Member

@rnorth rnorth left a comment

Choose a reason for hiding this comment

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

I think this looks fine, really. It provides potentially useful information without breaking things with an exception if people have changed their policy.

👍 to merge if you could maybe tweak the warning message string 😄

…ouchbaseContainer.java

Co-Authored-By: kiview <kiview@users.noreply.github.com>
@kiview kiview added this to the next milestone Oct 28, 2018
@kiview kiview merged commit eaa21aa into master Oct 28, 2018
@delete-merged-branch delete-merged-branch bot deleted the couchbase-password branch October 28, 2018 15:53
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.

None yet

2 participants