SparkJobServerClient icon indicating copy to clipboard operation
SparkJobServerClient copied to clipboard

When will the release release use the username and password?

Open zhangxia1030 opened this issue 5 years ago • 2 comments

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

zhangxia1030 avatar Apr 02 '19 08:04 zhangxia1030

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

knvs97 avatar Sep 22 '19 10:09 knvs97

Hi

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

Thanks.

kmorfin avatar Nov 12 '19 19:11 kmorfin