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 'RunAsUser' feature in powershell task #67

Open
ayuina opened this issue Mar 15, 2024 · 0 comments
Open

Implement 'RunAsUser' feature in powershell task #67

ayuina opened this issue Mar 15, 2024 · 0 comments

Comments

@ayuina
Copy link

ayuina commented Mar 15, 2024

Is your feature request related to a problem? Please describe.
Some setup tasks need to run in user logon session like Show dialog and accept license agreement, Mount SMB file share as drive, Install vscode extension, etc..
So I think RunAsUser feature is important and should be provided by powershell task cataloged in this repo.
It seems curious that git-clone and winget task have implementation while powershell task doesn't have.

Describe the solution you'd like
Like powershell task in advanced samples repo.
But it has mistake in task.yaml, not 'defaultValue' but 'default' for default value.

Describe alternatives you've considered
I think this 'RunAsUser' feature is universal, so it should be provided by CaC feature of DevBox itself, not by each tasks.

Additional context
I think the quick start catalog is very important for developer team.
I'm looking forward to expanding the capabilities.
Thanks !

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

1 participant