LogoLogo
WebsiteGarden Core
Main
Main
  • Welcome!
  • 🌳Getting Started
    • Adding Your First Project
  • 🌺Features
    • Live Mode
    • Insights
    • Secrets
    • One-click Preview Environments
    • Automatic Environment Cleanup
    • User Groups, Roles and Permissions
    • Cloud Workflows
    • Service Accounts
    • Cloud Builder
  • 🌿Guides
    • Setting Up a GitHub App
    • Setting Up a GitLab App
    • Authenticating to Cloud Providers
    • Authentication via SAML
  • 💐Cloud
    • Requirements
  • 🌻Enterprise (Self-Hosted)
    • Requirements
    • Installation
    • Updating Garden Enterprise
    • Vault
    • PostgreSQL Configuration
    • Creating KMS Keys
    • Creating an AWS Load Balancer
    • Monitoring Services
    • Environment Configuration
    • Updating the Admin Console
  • 🌹Misc
    • Release Notes
    • FAQ
    • Troubleshooting
Powered by GitBook
On this page
  • Unable to run triggered workflows for projects that have remote repositories
  • I get an e.items is undefined (or similar) error when updating the config in the admin console.

Was this helpful?

  1. Misc

Troubleshooting

PreviousFAQ

Last updated 2 years ago

Was this helpful?

Unable to run triggered workflows for projects that have remote repositories

This is likely because the workflow runner pod is not configured to clone the repository. By default, workflow runner pods use the access token received from GitHub/GitLab on VCS events to clone repositories. This means that the GitHub App / GitLab user needs to have access to the repository in question.

Note also that it's only possible to clone over HTTPS when using an access token. If you need to clone over SSH, you will need to configure git specifically for that in a workflow init step. You can store the required keys in Garden Cloud. Here's a that details how to authenticate against a git server over SSH.

If you do need to make changes to the workflow runner git configuration, keep in mind that by default it's configured to read credentials from the and that you may need to override this behaviour.

I get an e.items is undefined (or similar) error when updating the config in the admin console.

This is due to a bug in an older version of Replicated's KOTS plugin. Follow to upgrade it.

🌹
guide from GitHub
git-credentials-store
this guide