Setting up authentication
Last updated
Last updated
All supported third-party services require some form of authentication to accept Fuse's external requests. In Fuse, this authentication information is used to create the integrations (see for more) that the Integration modules use to access your solutions.
This page describes how to set up authentication for all Fuse-supported third-party services.
A service account.
A service account key.
See the guided steps in the expandable box below.
IMPORTANT! Keep your service account key in a secure location as with any sensitive authentication information.
An IAM user configured with
programmatic access to AWS.
an IAM policy that permits Fuse to perform all available DynamoDB operations.
An access key ID and secret access key.
See the guided steps in the expandable box below.
IMPORTANT! Keep your access and secret keys in a secure location as with any sensitive authentication information.
An IAM user configured with
programmatic access to AWS.
an IAM policy that permits Fuse to perform all available S3 operations.
An access key ID and secret access key.
See the guided steps in the expandable box below.
IMPORTANT! Keep your access and secret keys in a secure location as with any sensitive authentication information.
You will use your service account key's JSON in Fuse when creating an integration for your Dialogflow agent. See for more information.
Source: (AWS documentation)
In step 5, paste or enter the provided in the code block below. Replace the placeholders in line 15 with your information as described in the notes above the code block.
You can apply your IAM policy for DynamoDB to either a new IAM user or an existing one. If you have an existing, separate IAM user available for use with integrations, go to . Otherwise, begin at below.
Source: (AWS documentation)
In step 6, select the Attach existing policies directly option, and select the IAM policy that you created previously in .
Source: (AWS documentation)
In step 4, select the IAM policy that you created previously in .
Source: (AWS documentation)
You will use the access key and secret key in Fuse when creating any integration(s) for your DynamoDB table(s). See for more information.
Source: (AWS documentation)
In step 5, paste or enter the provided in the code block below. Replace the placeholders in lines 13 and 14 with the ARN(s) of your own S3 bucket(s) as described in the notes below.
You can apply your IAM policy for S3 to either a new IAM user or an existing one. If you have an existing, separate IAM user available for use with integrations, go to . Otherwise, begin at below.
Source: (AWS documentation)
In step 6, select the Attach existing policies directly option, and select the IAM policy that you created previously in .
Source: (AWS documentation)
In step 4, select the IAM policy that you created previously in .
Source: (AWS documentation)
You will use the access key and secret key in Fuse when creating any integration(s) for your S3 bucket(s). See for more information.