Skip to content

Submit job using windows authentication #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gilerez01 opened this issue Jan 9, 2024 · 1 comment
Open

Submit job using windows authentication #28

gilerez01 opened this issue Jan 9, 2024 · 1 comment

Comments

@gilerez01
Copy link

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.

@YutongSun
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants