Skip to content

Correct log line when using tagged --key provisioner #15126

@f0ssel

Description

@f0ssel

Right now we log a line with the tags we are using for the provisioner, and when using --key it says it's "untagged" which isn't true.

2024-11-06 21:29:27.404 [info]  starting provisioner daemon  tags={}  name=coder-provisioner-67d54c74dc-qds64

The issue is that the key authentication does not have permission to describe the key and get the tags, and since we don't get any from the cli args, it logs that there's no tags.

Options I see:

  1. Add permissions to provisioner keys to get tag information
  2. Remove log line altogether if it's not critical information

Spun out from #15047

Metadata

Metadata

Assignees

Labels

bug riskProne to bugss3Bugs that confuse, annoy, or are purely cosmetic

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions