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.

How to add exception to allow e.g. `git+ssh://git@gitlab.foo.bar`

See original GitHub issue

For --allowed-hosts, how to allow also a specific git+ssh://git@gitlab.foo.bar source?

This would also have to work with the option to require https.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:24 (15 by maintainers)

github_iconTop GitHub Comments

4reactions
lirantalcommented, Jun 21, 2020
3reactions
ixticommented, Dec 28, 2019

I would like to see --alowed-uri-prefix or --allowed-uri-pattern option, as it would allow to for example whitelist packages hosted in private repos, e.g.:

--allowed-uri-prefix git+ssh://github.com/ixti/*.git
--allowed-uri-prefix git+ssh://github.com/ixti/{foo,bar,baz}.git
Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Throw Exceptions in Python - Rollbar
Install the Python SDK to identify and fix exceptions ... Here's an example code block with a syntax error (note the absence of...
Read more >
Laravel. Catch Exception thrown on App::make('foo')->bar()
I think the problem occurs because you are using the default validation mechanism in laravel as described here.
Read more >
Creating and Throwing Exceptions | Microsoft Learn
Learn about creating and throwing exceptions. Exceptions are used to indicate that an error has occurred while running a program.
Read more >
Against 'foo' (and 'bar' too) - DEV Community ‍ ‍
We just want to say that _whatever _variable you give it, this will print it twice, in many examples, foo is used as...
Read more >
Foobar - Wikipedia
The terms foobar foo, bar, baz, and others are used as metasyntactic variables and placeholder names in computer programming or computer-related ...
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