You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a way to submit a job to an HPC using windows authentication, i.e. without specifying the password in the c# code? If so, please give a code example or a link to one.
The text was updated successfully, but these errors were encountered:
@gilerez01 , yes, a job is submitted by its owner using Windows authentication, and the tasks in the job need a credential to run on the compute node, you may either specify the credential in C# code, or use the hpccred.exe or Set-HpcJobCredential/Set-HpcSoaCredential PowerShell cmdlet to save the credential for only once.
Is there a way to submit a job to an HPC using windows authentication, i.e. without specifying the password in the c# code? If so, please give a code example or a link to one.
The text was updated successfully, but these errors were encountered: