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

Enhanced POLICY_STORE_POLICY_PATHS_TO_IGNORE #641

Open
disaverio opened this issue Aug 11, 2024 · 0 comments · May be fixed by #642
Open

Enhanced POLICY_STORE_POLICY_PATHS_TO_IGNORE #641

disaverio opened this issue Aug 11, 2024 · 0 comments · May be fixed by #642
Assignees

Comments

@disaverio
Copy link

The POLICY_STORE_POLICY_PATHS_TO_IGNORE does not support the definition of paths in a negated way, like !myFolder.
It would be useful

Desired behavior:

  • If !myFolder/subfolder/** is defined in the variable then all the contents of it should not be ignored, even if the path myFolder/** is defined to be ignored (eg: POLICY_STORE_POLICY_PATHS_TO_IGNORE=[myFolder/**,!myFolder/subfolder/**]
  • If the only path defined in the variable is a negated one (or more than one), eg !myFolder, then nothing is ignored: the default behavior still is "nothing is ignored, unless here explicitly defined"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant