sevensolutions / nomad-iis

🧩 A TaskDriver plugin for HashiCorp Nomad to run workloads on Microsoft IIS.
https://nomad-iis.sevensolutions.cc/
MIT License
17 stars 1 forks source link

Support application pool identity task configuration #85

Open alistuff opened 6 days ago

alistuff commented 6 days ago

Do you have plans to develop an application pool identity configuration? Now ApplicationPoolIdentity is supported by default, can it also support setting LocalService, LocalSystem, NetworkService, SpecificUser and other modes?

Thanks.

sevensolutions commented 6 days ago

Hi @alistuff thx for raising this issue. I dont really had plans for supporting this because the AppPoolIdentity is the identity which is suggested by Microsoft itself in terms of security. But yes i can add an option if thats really needed.

Can you please tell me a bit more about your use-case or why you would need to switch that? Do you need to access some network shares? Maybe we can find a solution.