Skip to content

spike fd block path#189

Open
shaheislamdfe wants to merge 2 commits intomainfrom
2613-spike-fd-block-by-path
Open

spike fd block path#189
shaheislamdfe wants to merge 2 commits intomainfrom
2613-spike-fd-block-by-path

Conversation

@shaheislamdfe
Copy link
Copy Markdown
Contributor

Context

Changes proposed in this pull request

Guidance to review

Before merging

After merging

Checklist

  • I have performed a self-review of my code, including formatting and typos
  • I have cleaned the commit history
  • I have added the Devops label
  • I have attached the pull request to the trello card

operator = custom_rule.value.operator
match_values = custom_rule.value.patterns
negation_condition = custom_rule.value.negate
transforms = custom_rule.value.transforms
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lets hardcode the list of exclusions in the module.
The calling service would just declare block_paths = true (or that would be the default).
negation_condition and transforms can be removed.

@shaheislamdfe shaheislamdfe force-pushed the 2613-spike-fd-block-by-path branch from 38ed4ce to 9d412db Compare April 2, 2026 07:49
variable "block_common_paths" {
type = bool
nullable = false
default = true
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets make this false to start with. That we we would selectively apply to start with and change to true once we are happy with it

@shaheislamdfe shaheislamdfe force-pushed the 2613-spike-fd-block-by-path branch from 9d412db to 743afd5 Compare April 22, 2026 11:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants