You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
We are using Powershell to execute dotnet build and msdeploy tasks. However, as we have delegated remote IIS management permissions to the Bamboo server, we need to control which users can execute msdeploy against which environment.
I don't see how this can be accomplished through the bamboo application-level security since because of separation of roles we need those with permission to create and edit tasks to be different from those who are executing the tasks.
It seems to me that the easy way to do this is to run our powershell scripts as the Windows user who is logged into Bamboo, rather than as the Bamboo service user. Is it possible to do this?
Or am I missing something?