Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fleetctl denylist: false option does not work #202

Closed
ar-mi opened this issue Jan 19, 2021 · 3 comments · Fixed by #209
Closed

Fleetctl denylist: false option does not work #202

ar-mi opened this issue Jan 19, 2021 · 3 comments · Fixed by #209
Labels
bug Something isn't working as documented
Milestone

Comments

@ar-mi
Copy link

ar-mi commented Jan 19, 2021

What version of fleet are you using (fleet version --full)?

fleet - version 3.5.1
branch: master
revision: 55a2aa2
build date: 2020-12-15T02:50:05Z
build user: zwass
go version: go1.15

What operating system are you using?

NAME="CentOS Linux"
VERSION="8"

If this is a UI issue: What browser are you using?

No, this is a problem with the "fleetct" console utility

If this is a performance issue: Please attach the debug archive.

No, this is a problem with the "fleetctl" console utility

What did you do?

  1. I’ve logged in Fleet using fleetctl, got target pack and redirected it to file using fleetctl get pack test_pack > pack.yml

Снимок экрана 2021-01-19 в 09 46 03

  1. Then I manually added denylist: false option after version option, renaimed this pack and did fleetctl apply -f pack.yml

Снимок экрана 2021-01-19 в 09 48 59

  1. But when I do fleetctl get pack test_pack2 again, I don’t see denylist: false option.

Снимок экрана 2021-01-19 в 09 50 42

  1. I tested the request itself after the performed actions (of course, on another more complex request) and I can say that denilist: false really does not work, requests on some clients continue to fall into denylist.

What did you expect to see?

Correct work of the denylist option as noted at #195

What did you see instead?

Option does not work

@noahtalerman
Copy link
Member

I've confirmed the observed behavior explained in this issue by @ar-mi in Fleet 3.6.0. Setting the denylist property and then applying via fleetctl doesn't add the property to the pack's configuration.

@noahtalerman
Copy link
Member

The request for denylist was made in a recent issue in the archived kolide/fleet repo: kolide/fleet#2335

@zwass
Copy link
Member

zwass commented Jan 20, 2021

@ar-mi my apologies that I suggested in #195 that this works. We'll have the fix/addition in the 3.7.0 release.

@zwass zwass added the bug Something isn't working as documented label Jan 20, 2021
zwass added a commit to zwass/fleet that referenced this issue Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as documented
Development

Successfully merging a pull request may close this issue.

3 participants