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.json
and paste this in theAWS CloudFormation template
fieldGWSServiceAccountFile
but if instead of that, you are using the binary from Releases or the
docker image
from AWS ECR public repository - slashdevops/idp-scim-sync or another public repository that you need to pass to the flag--gws-service-account-file
is the path to yourcredentials.json
file. For this case see Demoanyway, if you publish your error and details here I can try to help you.