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

[API_13] Password authentication not working #4

Open
rmartev opened this issue Jun 15, 2015 · 0 comments
Open

[API_13] Password authentication not working #4

rmartev opened this issue Jun 15, 2015 · 0 comments

Comments

@rmartev
Copy link

rmartev commented Jun 15, 2015

I'm using version 13.0 of the java client API and currently I'm unable to authenticate. Here is a snippet of my code:

RundeckClientBuilder clientBuilder = RundeckClient.builder();
clientBuilder.url("http://localhost:4440");
clientBuilder.login(username, password);
RundeckClient client = clientBuilder.build();
client.testAuth();

The following exception is thrown:
org.rundeck.api.RundeckApiException$RundeckApiLoginException: Login failed for user admin
at org.rundeck.api.ApiCall.login(ApiCall.java:667)
at org.rundeck.api.ApiCall.testLoginAuth(ApiCall.java:137)
at org.rundeck.api.ApiCall.testAuth(ApiCall.java:122)
at org.rundeck.api.RundeckClient.testAuth(RundeckClient.java:267)

Am I using the client the wrong way? Please, hep

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

No branches or pull requests

1 participant