vert-x3/vertx-config

Authentication is required but no CredentialsProvider has been registered

Closed this issue · 7 comments

The Git config store seems not to work with bitbucket private repo, I have manually tested the repo with jGit and it works great, but does not work with vertx

config:
JsonObject()
.put("url", "https://username@bitbucket.org/username/repo.git")
.put("path", "local")
.put("user","user")
.put("password","password")
.put("filesets",
new JsonArray().add(new JsonObject().put("pattern", "*.json")))
);

Hello,

I've got the same issue, can you solve it?

Thanks!

I am using a thirdparty library to load content, parsing json and feeding it as json to the config Object

I can take a look at this issue. Is it specifically with bitbucket or have you experienced it with GitHub and GitLab too?

Hi @razzbee @SGjorge , this bug has been fixed in commit: b8e7a4a#diff-e3544bb9aad726e9dd8d0f429a1316e3

Is it posible to test on the new version (4.0.0-milestone3)?

I will do some tests and post the results here.

vietj commented

thanks @razzbee

vietj commented

do we need to backport this bug fix in 3.8.2 ?