Skip to content

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

Closed
@xpillons

Description

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"
}
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions