Skip to content
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

Implement Exec #15

Open
sevensolutions opened this issue Jul 20, 2023 · 2 comments
Open

Implement Exec #15

sevensolutions opened this issue Jul 20, 2023 · 2 comments
Labels
enhancement New feature or request prio-low Low Priority

Comments

@sevensolutions
Copy link
Owner

Try to implement the exec functionality if it is possible to do that under the AppPool identity.

@sevensolutions sevensolutions added the enhancement New feature or request label Jul 20, 2023
@sevensolutions
Copy link
Owner Author

sevensolutions commented Jul 21, 2023

Ok, after some research it's not that easy to run another app as the AppPool's identity because it's a gMSA or virtual account :/

@sevensolutions
Copy link
Owner Author

sevensolutions commented Jul 24, 2023

An idea would be to co-host a separate web app in the same AppPool which acts as a proxy, runs the command and forwards stdio/stderr to the task driver. Similar to "Kudu" in Azure.
Seems like Kudu is open-source: https://github.com/projectkudu/kudu

@sevensolutions sevensolutions added the prio-low Low Priority label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio-low Low Priority
Projects
None yet
Development

No branches or pull requests

1 participant