Enhancements and bug fixes - Early August 2024

edit

Enhancements and bug fixes - Early August 2024

edit

The following changes are included in this release.

Enhancements

edit

Update role assignment endpoints.

Two new endpoints have been introduced for managing role assignments:

  • POST /users/{user_id}/role_assignments: Assign roles to a specific user.
  • DELETE /users/{user_id}/role_assignments: Remove roles from a specific user.

The following endpoints have been enhanced:

  • GET /organization/{org_id}/members: This endpoint now includes each member’s RoleAssignments in the response payload, providing more detailed information about the roles assigned to each member within an organization.
  • POST /users/auth/keys: The endpoint now includes the RoleAssignments in the request payload as well as the response payload.
  • GET /users/auth/keys/{api_key_id} and GET /users/{user_id}/auth/keys/{api_key_id}: These endpoints now include the RoleAssignments in the response payload.
  • POST /organizations/{organization_id}/invitations: The endpoint now includes the RoleAssignments in the request payload as well as the response payload.
  • /organizations/{organization_id}/invitations and GET /organizations/invitations/{invitation_token}: These endpoints now include the RoleAssignments in the response payload.

Permission Policy violation reporting. Added configuration for Permissions Policy violations reporting.

Deprecations

edit

Deprecated instance configurations and deployment templates will no longer be available. In an upcoming release, deprecated instance configurations and deployment templates will no longer be able to be used to create deployments. For a full list of supported ICs and DTs, refer to Available regions, deployment templates and instance configurations.

Bug fixes

edit

Transform form into request body for API request example purposes. Fixed a bug in which the body of an API request example for creating or editing an authentication provider could be incorrect.

Fix onboarding redirects. Fixed a bug in which users are not redirected to the correct application after onboarding.