spinnaker: Bake Manifest Error Code 500

Issue Summary:

Getting Error Code 500 on Bake Manifest

Cloud Provider(s):

Kubernetes

Environment:

EC2 Instance

Feature Area:

Description:

Steps to Reproduce:

Followed this link https://www.spinnaker.io/guides/user/kubernetes-v2/deploy-helm/ and configured my artifact to S3. This is my config in s3 artifact: hal config artifact s3 enable hal config artifact s3 account add helm-charts --api-endpoint s3://helm-charts --api-region us-east-1 --region us-east-1

Additional Details:

This is my basis when I do deploy using Helm S3 Artifact: https://kb.armory.io/kubernetes/using-spinnaker-and-helm/


Please delete the instructions below this line prior to submitting

Instructions:

Descriptions:

  • Issue Summary: A brief description of what you’re seeing.
  • Cloud Provider: AWS, GCP, Kubernetes, Azure, Cloud Foundry, etc. Please assign a label from the right so your issue can be properly sorted.
  • Environment: As much information about your Spinnaker environment and configuration that might be relevant to the issue. For example: “I am running Spinnaker using the Amazon images to deploy into AWS and GCP.”
  • Feature Area: Notifications, Pipelines, UI, Jenkins, etc. Please assign a label from the right so your issue can be properly sorted.
  • Description: The behavior you expect to see, and the actual behavior.
  • Steps to reproduce: Ideally, an isolated way to reproduce the behavior (example: GitHub repository with code isolated to the issue that anyone can clone to observe the problem). If not possible, as much information as possible to see this behavior.
  • Additional Details: Additional information such as screenshots and exception logs.

About this issue

  • Original URL
  • State: closed
  • Created 6 years ago
  • Comments: 17 (7 by maintainers)

Most upvoted comments

@benjaminws we should really add awsAccessKeyId and awsSecretAccessKey to the S3 artifact account config.

@ethanfrogers sounds like a plan to me! 😃

@ethanfrogers agree! if you don’t have time, i could get something together this week.