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

When will the release release use the username and password? #30

Open
zhangxia1030 opened this issue Apr 2, 2019 · 2 comments
Open

Comments

@zhangxia1030
Copy link

hello, I see the code you have added user name and account login, when release version using user name and password,as below:
private String getBasicAuthHeader(){
if (isNotEmpty(this.jobServerUsername) && this.jobServerPassword != null){
return "Basic " + new String(Base64.getEncoder().encode((this.jobServerUsername + ":" + this.jobServerPassword).getBytes()));
}
return null;
}

@knvs97
Copy link
Contributor

knvs97 commented Sep 22, 2019

@bluebreezecf any update on when we expect a new release?

@kmorfin
Copy link

kmorfin commented Nov 12, 2019

Hi

Any updates regarding new release? we need to use the username and password feature...

Thanks.

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

3 participants