[go: up one dir, main page]

Set group_id and user_type for service accounts' personal access tokens

  • Ensure that when creating a personal access token for service account we set group_id and user_type for the new token.
  • Ensure that when rotating a personal access token for service account we set group_id and user_type for the new token.
  • Add DB migration to set group_id to existing service accounts' personal_access_tokens based on user_details.provisioned_by_group_id and set user_type.
Edited by Andrew Evans