What value do I choose for the GoogleCredentials parameter? #29
-
| 
         I have the credentials.json file but If i paste the entire contents of the file it doesnt work. Do I just use the private key section?  | 
  
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| 
         Hi @christianbakerm , If you are using AWS Lambda deployed via AWS Serverless public repository - slashdevops/idp-scim-sync you need to use the content of your  but if instead of that, you are using the binary from Releases or the  anyway, if you publish your error and details here I can try to help you.  | 
  
Beta Was this translation helpful? Give feedback.
Hi @christianbakerm ,
If you are using AWS Lambda deployed via AWS Serverless public repository - slashdevops/idp-scim-sync you need to use the content of your
credentials.jsonand paste this in theAWS CloudFormation templatefieldGWSServiceAccountFilebut if instead of that, you are using the binary from Releases or the
docker imagefrom AWS ECR public repository - slashdevops/idp-scim-sync or another public repository that you need to pass to the flag--gws-service-account-fileis the path to yourcredentials.jsonfile. For this case see Demoanyway, if you publish your error and details here I can try to help you.