403 message on analysis cache

Hi, I am seeing the same Issue today, this has worked previously and as far as I can see the keys etc. are correct.

From my logs

GET 403 https://ea6ne4j2sb.execute-api.eu-central-1.amazonaws.com/current/v1/sensor_cache/prepare_read
GET 403 https://ea6ne4j2sb.execute-api.eu-central-1.amazonaws.com/current/v1/sensor_cache/prepare_write

calls to say POST 200 https://sonarcloud.io/api/ce/submit… succeed.

Hey @jcassidyav

I’ve moved your post to a separate thread since in the case of the other thread, calls to https://sonarcloud.io/api/ce/submit were not succeeding with a 200.

This looks related to some functionality that was deployed very recently. I’ve flagged this thread for attention.

Ah OK thanks.

Hi @jcassidyav

I’m investigating those 403 responses.
Could you tell me how the Sonar Token is configured on your build? Is it through the environment variable SONAR_TOKEN, or through a sonar.* command line property or some other way?

Thanks in advance,
Claire

Hi @Claire_Villard ,

We are running this in an azure pipeline, so we add a “SonarCloud Service Endpoint” to the " Prepare Analysis Configuration" task. So we are not setting this explicitly ourselves.

Regards,
Jason.

Thanks for your answer, it is valuable information for us.
There is an issue on our side, a fix is in progress and should be deployed in the coming days.

Good to Hear, Thanks for the quick response.

Hi @jcassidyav , we deployed the fix this morning.
Could you confirm that there are no more 403 on the calls to the cache API?

1 Like

Hi @Claire_Villard, thanks seems to be working fine now.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.