Hello everyone! It seems to me that I did not full...
# fleet
a
Hello everyone! It seems to me that I did not fully understand the principle of configuring the denylist parameter when editing a pack in fleetctl. I’ve logged in Fleet using fleetctl, got target pack and redirected it to file using
fleetctl get pack test_pack > pack.yml
Then I manually added
denylist: false
option after
version
option and do
fleetctl apply -f pack.yml
But when I do
fleetctl get pack test_pack
again, I don’t see
denylist: false
option. Is that right behavior?
z
IIRC there's a request to support this. Please take a look at GitHub and file an issue if you don't see one already.
a
Okay @zwass, thanks! Created https://github.com/fleetdm/fleet/issues/202