ForgeRock / forgeops

ForgeRock platform assets for Kubernetes deployment. Contains the files you need to build your own Docker images and to deploy the ForgeRock Identity Platform on Kubernetes clusters.
Other
167 stars 245 forks source link

missing $ in eks-create-s3-policy.sh #628

Closed ssdowd closed 5 years ago

ssdowd commented 5 years ago

Line 28 of eks-create-s3-policy.sh appears to be missing a $ in referring to the S3_BUCKET_NAME:

            "arn:aws:s3:::{S3_BUCKET_NAME}",

should be

            "arn:aws:s3:::${S3_BUCKET_NAME}",
dgoldssfo commented 5 years ago

Thanks for letting us know. I've fixed this.