Skip to content

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

@zhangxia1030

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

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