-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deploy application: Enable deploying from private Git repositories #1442
Comments
This is a good request. We previously had a pretty decent method to manage github tokens via the endpoints page. Ideally we'd like to bring this method back in and use it to support deploy. |
@richard-cox It would be very helpful if it's possible to deploy from private Git repositories. I am looking forward to it. |
This actually works now if you specify url with credentials like https://user:pass@git.domain.com/myrepo.git however URL together with credentials will be passed to Stratos application logs. It would be nice to have this improved. |
@XuejiaoZhang @giner We're working to get a v1 release out at the moment but once we're finished (hopefully within the next couple of weeks) we'll get on this issue, it's a high priority for us. |
Should also cover GitLab |
This will be possible when #4293 is fixed, though it's not currently planned in the near term. |
Fixed in latest version 4.4.0 |
Deployment type
(select the type below by replacing the space with an
x
)Expected behaviour
Actual behaviour
Steps to reproduce the behavior
Detailed Description
The deploy application UI should allow users to (optionally) specify the credentials to use when authenticating to the remote Git repository. The UI should then use these credentials when pulling the repository.
Context
In corporate environments most repositories require authentication.
Possible Implementation
The text was updated successfully, but these errors were encountered: