aws-samples/aws-kube-code-service

Error when creating stack

Closed this issue · 4 comments

Getting a cloudformation error in nested stack Codesuite-Demo-SSMInject which causes the entire stack to fail:

CREATE_FAILED | The following resource(s) failed to create: [ImportCode].

The account used also has full admin permissions for AWS resources.

I have tracked the issue by not providing the following parameters: Client Certificate Data and Client Key Data. These parameters do not show up in my local .kube config file either.

Same issue here. I think it is because by default the .kube config file uses token authentication not a client certificate.

Were you successful? Did you get your stack working?