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
Added new RBAC roles for Public Preview Astro Observe.
Included the following new enums for defining Organization roles:
ORGANIZATION_OBSERVE_ADMIN
ORGANIZATION_OBSERVE_MEMBER
This update introduces new endpoints for managing IP access lists. See Astro IP access list documentation for more information.
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
DELETE /organizations/{organizationId}/roles/{customRoleId}
now returns a
deploymentRoles
attributeGET /authorization/permission-groups
now returns a
deploymentRoles
attributeGET /organizations/{organizationId}/role-templates
now returns a
deploymentRoles
attributeGET /organizations/{organizationId}/roles
now returns a
deploymentRoles
attributeGET /organizations/{organizationId}/roles/{roleId}
now returns a
deploymentRoles
attributePOST /organizations/{organizationId}/roles
now returns a
deploymentRoles
attributePOST /organizations/{organizationId}/roles/{customRoleId}
now returns a
deploymentRoles
attribute