Skip to content

Commit

Permalink
Merge pull request #3031 from jlu-cloudflare/jlu/add-custom-s2s-support
Browse files Browse the repository at this point in the history
add support for custom_s2s posture rule
  • Loading branch information
jacobbednarz authored Sep 17, 2024
2 parents 21f5f00 + 293941f commit 654a92f
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 654a92f

Please sign in to comment.