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

run elevated not set when running tasks with autoUser in admin mode #638

Closed
xpillons opened this issue Aug 25, 2017 · 5 comments · Fixed by #640
Closed

run elevated not set when running tasks with autoUser in admin mode #638

xpillons opened this issue Aug 25, 2017 · 5 comments · Fixed by #640
Labels
Milestone

Comments

@xpillons
Copy link

Before submitting a bug please check the following:

  • There is no similar bugs in the issue list.
  • Make sure you used yarn install and NOT npm install when building the project

I'm submitting a ... (check one with "x")

[x ] bug report
[ ] feature request

Description
run elevated doesn't appear to be set on the task properties even if the task is ran with autoUser scope=pool or tasks and elevationLevel=admin
This appears for a multi-instance job

Instruction to repro the problem if applicable
submit a task thru the CLI 2.0 with a json param file and add these
"userIdentity": {
"autoUser": {
"scope":"pool",
"elevationLevel":"admin"
}
}

@timotheeguerin
Copy link
Member

Hi, are you saying this is happening when using the azure cli or BatchLabs?

@xpillons
Copy link
Author

xpillons commented Aug 25, 2017 via email

@timotheeguerin
Copy link
Member

You are right Batchlabs is still missing this functionality. I'll add an item for it. For the cli this is not exactly the right project to ask for but i'll go check if there is any known issues. https://github.com/Azure/azure-cli

@timotheeguerin
Copy link
Member

actually never mind I understand your problem now. You are talking about the run elevated property displayed in BatchLabs? We are displaying the wrong attribute there then. Probably forgot to update to user identity. I'll fix that.

@xpillons
Copy link
Author

xpillons commented Aug 25, 2017 via email

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

Successfully merging a pull request may close this issue.

2 participants