"auth for" does not work when dont_register flag is true
Open
Nobody has claimed this yet.
bug
- Dominant language
- Perl
- Stars
- 737
- Forks
- 214
- PR merge metrics
- No merged PRs in 30d
Description
When task is not registered, authentication user is not taken from "auth for" parameter.
Instead the user which is executing the task is used.
auth for => qr/task/ =>
user => $user,
password => $password;
}
run_task "task", on => $srv;
task "task", sub {
run "id";
}, { dont_register => 1 };
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by reproducing the Perl example with auth for and dont_register enabled, then trace how task registration affects authentication selection. Done means the credentials from auth for are used even when the task is not registered.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- perl
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 32/100