Since 14.5.2 we are getting 403 Forbidden errors when trying to create projects using tokens with API calls. We’ve tried personal access tokens of an admin, impersonation tokens, all with API scope, but all return 403.
curl --request POST --header “PRIVATE-TOKEN:redacted” -H “Content-Type: application/json” “https://redacted/api/v4/projects/” --data ‘{“name”:“test-new-project”}’
There is no problem creating a project via GUI; no problem using tokens for read type calls. No problems before the latest update. There are no errors in the production log or error logs. Is anyone else experiencing this issue or have any clues how to troubleshoot this?