-
Notifications
You must be signed in to change notification settings - Fork 40
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
IP Pools: include is_default
value in the list/get ip pool response
#4005
Comments
Should this be on the IP pool or just something that's on the silo? I think a given pool's default status is going to change a bunch especially with project defaults. |
See #4002 (comment) — I was thinking the same @rmustacc. The association could be its own entity. That doesn’t preclude putting together a nice view of all the default pools together. |
I'm going to add |
Followup to #3985, closes #4005. - Add `is_default` to IP pool response - Inline `ip_pools_fetch` into the one callsite and delete it (per discussion #3985 (comment)) - Other small test tweaks suggested by @luqmana
The
is_default
attribute is currently missing from the get response body. It'll be useful for the admin to know whether a default pool is made for a silo and which one it is, instead of relying on the name or description to provide that information.The text was updated successfully, but these errors were encountered: