I setup a Fargate instace of prisma with an Aurora...
# orm-help
c
I setup a Fargate instace of prisma with an Aurora database per this tutorial:https://www.prisma.io/docs/tutorials/deploy-prisma-servers/aws-fargate-joofei3ahd/. I then went into Prisma Cloud to add the server per this video:

https://www.youtube.com/watch?v=Wjt9Hy_BI2M&t=10s

. When I add the endpoint and the managementApiSecret, I get the following error:
Copy code
Variable '$_input' cannot be non input type 'SetCloudSecretInput!'. (line 1, column 20): mutation ($_input: SetCloudSecretInput!) { ^ Unknown type 'SetCloudSecretInput'. (line 1, column 20): mutation ($_input: SetCloudSecretInput!) { ^ Cannot query field 'setCloudSecret' on type 'Mutation'. (line 2, column 3): setCloudSecret(input: $_input) { ^
I can access the Prisma instance and create a service from
prisma init
without a hitch but I can't add the server to Prisma Cloud. Anyone have some insight on this?