Description
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:
- Add permissions to provisioner keys to get tag information
- Remove log line altogether if it's not critical information
Spun out from #15047