d-velop / dvelop-app-template-cs

This template contains everything you need to write an app for d.velop cloud in C#
Apache License 2.0
17 stars 7 forks source link

Docs talks about AWS Access and secret key but not about signature secret... #36

Closed dmpe closed 4 years ago

dmpe commented 5 years ago

Thus, how do i set it up ? I want to use deploy command and deploy it automatically to aws. But get AuthorizationHeaderMalformed when calling CreateBucket operation, error 255, line 45 in makefile

Thank you!

ckuetbach commented 5 years ago

Hello,

I think there are two issues:

  1. The SIGNATURE_SECRET will be generated by the d.velop cloud platform, if you register an Application. The value needs to exist in your environment and can be set like the AWS credentials. SET SIGNATURE_SECRET=<paste from my.d-velop.cloud> or export SIGNATURE_SECRET=<paste from my.d-velop.cloud>

  2. The line and error seems more like a problem with your AWS credentials. The terraform-backend and other resources for the project default App name already exists in my account and therefore cannot be created in your account. The S3 bucket names for example needs to be worldwide unique.

Did you rename your application?

dmpe commented 5 years ago

Hi, thank you. It is helps me a lot. I will try next week and let you know in case of anything. Closing for now...

dmpe commented 5 years ago

solved now env is not config file, thus is must remained empty, without any keys. @ckuetbach todo here -> readme file adjustments. Thanks!

ckuetbach commented 4 years ago

I think I can close this Issue, the readme is more precise now.