Skip to content

Commit

Permalink
add support for custom_s2s posture rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jlu-cloudflare committed Sep 7, 2024
1 parent 03c61c1 commit 293941f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/3031.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
device_posture_rule: add score field for custom_s2s posture rule
```
1 change: 1 addition & 0 deletions device_posture_rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ type DevicePostureRuleInput struct {
ExtendedKeyUsage []string `json:"extended_key_usage,omitempty"`
CheckPrivateKey *bool `json:"check_private_key,omitempty"`
Locations CertificateLocations `json:"locations,omitempty"`
Score int `json:"score,omitempty"`
}

// Locations struct for client certificate rule v2.
Expand Down

0 comments on commit 293941f

Please sign in to comment.