question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarify usage with Enterprise instances

See original GitHub issue

Could the README be amended to include instructions for using this extension with GitHub Enterprise instances? I’ve seen in other places (https://github.com/Microsoft/vscode-pull-request-github/issues/368#issuecomment-419890132) that this is intended to work.

I’ve tried generating a personal access token, and supplied it along with the URL for our instance and my username:

"github.hosts": [
	{
		"host": "HOST",
		"username": "USERNAME",
		"token": "TOKEN",
	}
]

But after reloading username and token are stripped, and I’m prompted to use the regular signin process, which doesn’t work:

"github.hosts": [
	{
		"host": "HOST",
	}
]

And the thing is that I can’t figure out whether this is an user error or a bug (I’ve installed version 0.1.1).

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:21
  • Comments:28 (12 by maintainers)

github_iconTop GitHub Comments

4reactions
shanacommented, Sep 10, 2018

Thanks for the info, I’ll try to repro internally and get a fix going for y’all. Sorry for the trouble!

2reactions
thorntonrosecommented, Sep 11, 2018

My GitHub Enterprise instance uses SSO. When I attempt to sign in from VSCode, I get a page with a “Continue” button. When I click that button, I get a 404 (URL = https://<host>/login/oauth/authorize?state=action%3Acode%3Bguid%3A6652a2c3-3f81-46bb-bda8-dcb61b94e933&scope=read…). The plugin is configured with host, username, and token.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ML model explainability with Amazon SageMaker Clarify ...
Use Clarify with a pre-built SKLearn container. One of the most-used Python libraries in the ML space is scikit-learn. For this reason, AWS ......
Read more >
Clarifying the uses of artificial intelligence in the enterprise
Finally, machine intelligence exhibits the ability to not only learn from data, but to actually clearly articulate answers and discover why.
Read more >
What is a Use Case?
A use case is a methodology used in system analysis to identify, clarify and organize system requirements. The use case is made up...
Read more >
multiple applications for the same use case - Announcements
As a single exception to these rules, the use of a maximum of 3 applications for development, staging, and production instances of the...
Read more >
Enterprise Holdings Helps Clarify Misunderstood 'Loss of ...
In fact, the consumer-friendly legal site provides two examples: “compensation for each day a car is out of commission during repairs or for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found