AWS HealthImaging Error:- Resource can't be loaded, please refresh your browser. You don’t have permissions for this action with the credentials you sent.

0

when i try to open image set in healthimaging datastore it show me this error :- Resource can't be loaded, please refresh your browser. You don’t have permissions for this action with the credentials you sent.

anurag
demandé il y a 2 mois87 vues
1 réponse
1

Hi anurag,

This error typically indicates that your IAM role does not have access to the medical-imaging:GetImageSet and medical-imaging:GetImageSetMetadata actions. You can confirm this by opening the browser debug console (typically via the F12 key), going to the Network tab, and refreshing the page where you are getting the error. You should see one or two lines with a 403 status. If you select that network transaction, and select the Response tab, you should see something like the following:

"User: arn:aws:sts::123456789012:assumed-role/Role-Name/User-Name is not authorized to perform: medical-imaging:GetImageSet on resource: arn:aws:medical-imaging:us-east-1:123456789012:datastore/<uuid> because no identity-based policy allows the medical-imaging:GetImageSet action"

If this is the case, then confirm in IAM that your effective permissions include these two actions. Alternatively, you can use the AWS-managed AWSHealthImagingReadOnlyAccess IAM policy to grant yourself read-only access to all HealthImaging resources.

AWS
Yuan
répondu il y a 2 mois
profile picture
EXPERT
vérifié il y a 2 mois

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions

Contenus pertinents