Skip to content

Commit cf316af

Browse files
authored
Add documentation about unsupported firewall use cases. (#297)
ref https://veracode.atlassian.net/browse/SFP-165
1 parent f1c7ed1 commit cf316af

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

docs/package_firewall/about.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ registries:
5353
Phylum supports sending out notifications whenever a package fails analysis. To
5454
receive those notifications, you can [setup webhooks].
5555

56+
### Currently Unsupported
57+
58+
If you don't find what you're looking for here, please also see the
59+
[Currently Unsupported] page.
60+
5661
### Frequently Asked Questions
5762

5863
See the [FAQ] for common questions about using the package firewall.
@@ -68,3 +73,4 @@ See the [FAQ] for common questions about using the package firewall.
6873
[PyPI]: ./pypi.md
6974
[RubyGems]: ./rubygems.md
7075
[FAQ]: ./faq.md
76+
[Currently Unsupported]: ./unsupported.md
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Currently Unsupported
2+
3+
## Artifact Repositories
4+
5+
### Azure Artifacts
6+
7+
Azure Artifacts provides support for storing packages from registries with its
8+
"upstream sources" feature. You can provide a custom registry URL, but there is
9+
no support for credentials, which is required for Phylum Package Firewalls.
10+
11+
They also only support custom registries for NPM, which limits its potential
12+
usefulness.

site/sidebars.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ const sidebars = {
138138
'package_firewall/rubygems',
139139
'package_firewall/api',
140140
'package_firewall/faq',
141+
'package_firewall/unsupported',
141142
],
142143
},
143144
{

0 commit comments

Comments
 (0)