Skip to content
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

Splunk 6.5 and accessing git using https #14

Open
adrianblakey opened this issue Nov 2, 2018 · 1 comment
Open

Splunk 6.5 and accessing git using https #14

adrianblakey opened this issue Nov 2, 2018 · 1 comment

Comments

@adrianblakey
Copy link

I have this installed in a test 6.5.2 server and made a simple minded chnage to point this to our local git repo with a https URL - before I start debugging this do you have any advice or suggestions about how to make this work?

splunk cmd ./fetch_git_repo_data.sh
repository does not exist!
fetching git repo data for repository: https://xxxxxxx:xxxxxxxxxx@server.foo.com/repo/foo
Cloning into bare repository '/opt/splunk/etc/apps/splunk-app-splunkgit/git-repositories/foo'...
fatal: unable to access 'https://xxxxxxx:xxxxxxxxxx@server.foo.com/repo/foo/': Failed connect to server.foo.comt:443; Connection timed out
Unable to clone repository: https://xxxxxxx:xxxxxxxxxx@server.foo.com/repo/foo
repository does not exist!

@adrianblakey
Copy link
Author

Fixed - sort of - use a proxy to access our local git repo, and cache the login credentials so that git fetech does not prompt for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant