-
Notifications
You must be signed in to change notification settings - Fork 597
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
WDAPI-678 add device settings policies APIs #1090
WDAPI-678 add device settings policies APIs #1090
Conversation
changelog detected ✅ |
58fafb6
to
cf14cdc
Compare
Codecov Report
@@ Coverage Diff @@
## master #1090 +/- ##
==========================================
+ Coverage 49.94% 50.15% +0.20%
==========================================
Files 115 117 +2
Lines 10991 11363 +372
==========================================
+ Hits 5490 5699 +209
- Misses 4338 4443 +105
- Partials 1163 1221 +58
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
devices_policy.go
Outdated
|
||
// CreateDeviceSettingsPolicy creates a settings policy against devices that match the policy | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pending this URL for documentation
devices_policy.go
Outdated
|
||
// UpdateDefaultDeviceSettingsPolicy updates the default settings policy for an account | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devices_policy.go
Outdated
|
||
// UpdateDeviceSettingsPolicy updates a settings policy | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devices_policy.go
Outdated
// DeleteDeviceSettingsPolicy deletes a settings policy and returns a list | ||
// of all of the other policies in the account | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devices_policy.go
Outdated
|
||
// GetDefaultDeviceSettings gets the default device settings policy | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
devices_policy.go
Outdated
|
||
// GetDefaultDeviceSettings gets the device settings policy by its policyID | ||
// | ||
// API reference: TBA. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once we have the public docs for this, i'm 👍
08e77df
to
6a6c6e5
Compare
6a6c6e5
to
409c2dc
Compare
nice one @TylerStanish! |
This functionality has been released in v0.52.0. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you! |
Add Zero Trust device settings policy APIs
Description
Add endpoints to allow ZT admins to create device settings policies scoped to particular users and groups using wirefilter. Additionally, allow split tunnel and fallback domain configuration for the device settings policies.
Has your change been tested?
Yes, with unit tests
Screenshots (if appropriate):
Types of changes
What sort of change does your code introduce/modify?
Checklist: