Learn how to sync secrets from Infisical to AWS Amplify.
Create a machine identity
Set the machine identity client ID and client secret as Amplify environment variables
INFISICAL_MACHINE_IDENTITY_CLIENT_ID
, and for the value, enter the client ID of the machine identity you created in the previous step.INFISICAL_MACHINE_IDENTITY_CLIENT_SECRET
, and for the value, enter the client secret of the machine identity you created in the previous step.Install Infisical CLI to the Amplify build step
Modify the build command
.env
file. To do this, modify the build commands.process.env.secrets
as a JSON string.