Closed SINGS079 closed 5 years ago
This will fix the following issue - https://github.com/vert-x3/vertx-config/issues/67 With this the ConfigRetriever will be able to pull the repository successfully. (https://github.com/vert-x3/vertx-config/blob/c8e66fec319d0215161715642f4c90399b34c227/vertx-config-git/src/test/java/io/vertx/config/git/GitConfigStoreWithGithubTest.java#L98) Now this line will return success compared to error
Authentication is required but no CredentialsProvider has been registered
Thanks!
This will fix the following issue - https://github.com/vert-x3/vertx-config/issues/67 With this the ConfigRetriever will be able to pull the repository successfully. (https://github.com/vert-x3/vertx-config/blob/c8e66fec319d0215161715642f4c90399b34c227/vertx-config-git/src/test/java/io/vertx/config/git/GitConfigStoreWithGithubTest.java#L98) Now this line will return success compared to error