Hello support,
I created an Access Token on workspace settings (scopes project:read & repository:read), I was able to clone an existing repo A using basic auth with x-auth-token user and this new token.
After that, I created a new repo B and tried to clone it with same token but I received a 403 error.
I generated a new access token and now I'm able to clone the new repo
Why previous token is not working ?
Does it mean each time I create a new repo, I need to generate a new one (or rotate existing one)?
Regards,
Mathieu GIRARD