pan.dev icon indicating copy to clipboard operation
pan.dev copied to clipboard

Issue/Help with " Set Container Runtime Policy Rule"

Open git-jfontanel opened this issue 1 year ago • 0 comments

Documentation link

https://pan.dev/compute/api/post-policies-runtime-container/#:~:text=rule%20for%20container-,defaultEffect,-runtime.RuleEffect

Describe the problem

For the dns object, the possible values indicated in the documentation are block, prevent, alert and disable.

Only block, prevent and alert are possible values. Below a screenshot of the console showing the options available. container-runtime-policy

Suggested fix

- defaultEffect runtime.RuleEffect Possible values: [block,prevent,alert] RuleEffect is the effect that will be used in the runtime rule

git-jfontanel avatar Mar 21 '24 14:03 git-jfontanel