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

Policy Set, Enforce-Guardrails-Network Bug Report #1697

Closed
MikaelJcSoderberg opened this issue Jul 2, 2024 · 3 comments · Fixed by #1702
Closed

Policy Set, Enforce-Guardrails-Network Bug Report #1697

MikaelJcSoderberg opened this issue Jul 2, 2024 · 3 comments · Fixed by #1702
Assignees
Labels
Area: Policy 📝 Issues / PR's related to Policy bug Something isn't working policy Status: In PR Type: Bug 🪲 Something isn't working

Comments

@MikaelJcSoderberg
Copy link

MikaelJcSoderberg commented Jul 2, 2024

Describe the bug
There are wrong values for this parameter :
modifyNsgRuleAccess
"modifyNsgRuleAccess": { "type": "string", "defaultValue": "Deny", "allowedValues": [ "Audit", "Deny", "Disabled" ] }

It should be
"modifyNsgRuleAccess": { "type": "string", "defaultValue": "Deny" "allowedValues": [ "Allow", "Deny" ] }
Steps to reproduce
Assign Enforce-Guardrails-Network

Screenshots
image

@MikaelJcSoderberg MikaelJcSoderberg added the bug Something isn't working label Jul 2, 2024
@MikaelJcSoderberg MikaelJcSoderberg changed the title Enforce-Guardrails-Network Bug Report Policy Set, Enforce-Guardrails-Network Bug Report Jul 2, 2024
@jtracey93 jtracey93 added policy Area: Policy 📝 Issues / PR's related to Policy Type: Bug 🪲 Something isn't working labels Jul 2, 2024
@jtracey93
Copy link
Collaborator

@Springstone can you take a look at this one please buddy?

@Springstone
Copy link
Member

The allowed parameters are indeed incorrect but should not be an issue if you use Deny. To address this issue, we have a PR in to address the correct allowed parameters.

@Springstone
Copy link
Member

Have a PR in #1702 that fixes this and ensure built-in policy alignment for parameters.

@Springstone Springstone linked a pull request Jul 22, 2024 that will close this issue
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Policy 📝 Issues / PR's related to Policy bug Something isn't working policy Status: In PR Type: Bug 🪲 Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants