1) use CI/CD maybe
2) use plan with hardcoded targets instead of
bolt command run
Yury Bushmelev
03/29/2023, 8:42 PM
3) use groups maybe (i.e. do not specify wildcards at all)
i
isaiahfrantz
03/29/2023, 9:03 PM
hmm, thanks for the suggestions but Im not really looking for a workaround, I am looking for a way to config the agent to block the behavior.
The answer may be that the option doesnt exist to disable wildcards (which seems like asking for trouble to me, and anybody whos been an admin for more than 1 week), I may have to write a plugin to handle/reject wildcards
y
Yury Bushmelev
03/30/2023, 6:31 AM
Well.. there is no ready to use option for this. Though you can send PR implementing this. As a person who implemented the rich wildcards (other than *) in bolt while ago I can say it’s possible :)