prisma / prisma-templates

Prisma templates for major cloud providers
MIT License
52 stars 41 forks source link

Update fargate.yml #6

Closed nikolasburk closed 6 years ago

Paddy-Hamilton commented 6 years ago

@nikolasburk @sorenbs

I am walking through the deploy a Prisma cluster to AWS Fargate blog tutorial which directs me to the prisma templates.

Their is a section about ClusterPublicKey, but this PR removes ClusterPublicKey and replaces with ManagementApiSecret. Can I directly replace reference to ClusterPublicKey with ManagementApiSecret in following the tutorial? One references a "publickey" and the other a "privatekey" so i'm a little confused as how to proceed.

Any help would be greatly appreciated 😄

sorenbs commented 6 years ago

Sorry about the confusion!

In Prisma 1.7 it was changed to ManagementApiSecret. Read the release notes for full details. @nikolasburk is currently giving our documentation a major overhaul to ensure everything is up to date.