HPC Pack 2019 API Authentication

Casey Averill 1 Reputation point
2021-07-26T14:53:25.417+00:00

Is there a way to enable NTLM/Kerberos authentication for the HPC Pack 2019 API or web portal? In HPC Pack 2016U3, the new /hpc API endpoint enabled NTLM passthrough auth. We couldn't use it because it was unstable. In 2019, it seems like this was removed and there is no way to configure anything other than basic. This requires users to save a credential for job submission, which is disruptive when users change passwords.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,013 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Robert Zhang 1 Reputation point
    2021-08-03T03:02:39.557+00:00

    Hi Casey, as far as I can tell, new api endpoint "/hpc" supports only Basic and Azure AD authentication since HPC Pack 2016U3 and later. However, this doesn't require a user to save his credential on HPC Pack head node for job submission. You can use job submission properties "UserName" and "Password" for that. See https://github.com/coin8086/hpcpack-samples/blob/master/Scheduler/REST/CSharpClient/Program.cs for an example.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.