Summary
Added new RBAC roles for Public Preview Astro Observe.
Added
Included the following new enums for defining Organization roles:
ORGANIZATION_OBSERVE_ADMIN
ORGANIZATION_OBSERVE_MEMBER
Summary
This update introduces new endpoints for managing IP access lists. See Astro IP access list documentation for more information.
Added
New endpoints:
GET /organizations/{organizationId}/allowed-ip-address-ranges
to list allowed IP address rangesPOST /organizations/{organizationId}/allowed-ip-address-ranges
to create an allowed IP address range that constrains which IP addresses can be used to interact with your Astro Organization using APIsDELETE /organizations/{organizationId}/allowed-ip-address-ranges/{allowedIpAddressRangeId}
to delete an allowed IP address range.
New object schemas:
CreateAllowedIpAddressRangeRequest
AllowedIpAddressRangesPaginated
AllowedIpAddressRange
- The endpoint
DELETE /organizations/{organizationId}/roles/{customRoleId}
now returns adeploymentRoles
attribute - The endpoint
GET /authorization/permission-groups
now returns adeploymentRoles
attribute - The endpoint
GET /organizations/{organizationId}/role-templates
now returns adeploymentRoles
attribute - The endpoint
GET /organizations/{organizationId}/roles
now returns adeploymentRoles
attribute - The endpoint
GET /organizations/{organizationId}/roles/{roleId}
now returns adeploymentRoles
attribute - The endpoint
POST /organizations/{organizationId}/roles
now returns adeploymentRoles
attribute - The endpoint
POST /organizations/{organizationId}/roles/{customRoleId}
now returns adeploymentRoles
attribute