mgubaidullin commented on issue #1631: URL: https://github.com/apache/camel-karavan/issues/1631#issuecomment-4681356190
Based on the [Karavan Architecture ](https://github.com/apache/camel-karavan#architecture), a Git repository is a mandatory core component of the platform. To answer your question: you need to provide these credentials because the **Git repository acts as the single source of truth** for all your projects. Even when just running the Karavan Docker image, the application requires a place to store and retrieve all essential project files, including: * Integration YAML files * `application.properties` * Container configurations * Deployment resources and templates **What values to use:** * `KARAVAN_GIT_REPOSITORY`: The URL of the Git repository you want to use to store your integration projects. * `KARAVAN_GIT_USERNAME`: Your Git username. * `KARAVAN_GIT_PASSWORD`: Your Git password or Personal Access Token (PAT) with read/write permissions for that repository. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
