SparkJobServerClient
SparkJobServerClient copied to clipboard
When will the release release use the username and password?
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; }
@bluebreezecf any update on when we expect a new release?
Hi
Any updates regarding new release? we need to use the username and password feature...
Thanks.