Skip to content

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

Description

@zhangxia1030

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;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions