-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into 1079-create-suse-oval-importer #1079
Reference: #1079 Signed-off-by: John M. Horan johnmhoran@gmail.com
- Loading branch information
Showing
178 changed files
with
12,116 additions
and
3,787 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Sphinx>=3.3.1 | ||
sphinx-rtd-theme>=0.5.0 | ||
doc8>=0.8.1 | ||
doc8>=0.8.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
/* this is the container for the pages */ | ||
.wy-nav-content { | ||
max-width: 100%; | ||
padding: 0px 40px 0px 0px; | ||
margin-top: 0px; | ||
background-color: #fcfcfc; | ||
} | ||
|
||
.wy-nav-content-wrap { | ||
background-color: #fcfcfc; | ||
border-right: solid 1px #e8e8e8; | ||
} | ||
|
||
div.rst-content { | ||
max-width: 1300px; | ||
background-color: #fcfcfc; | ||
border: 0; | ||
padding: 0px 80px 10px 80px; | ||
margin-left: 50px; | ||
} | ||
|
||
|
||
@media (max-width: 768px) { | ||
div.rst-content { | ||
max-width: 1300px; | ||
background-color: #fcfcfc; | ||
border: 0; | ||
padding: 0px 10px 10px 10px; | ||
margin-left: 0px; | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
.. _api_admin: | ||
|
||
API usage administration for on-premise deployments | ||
==================================================== | ||
|
||
Enable the API key authentication | ||
------------------------------------ | ||
|
||
There is a setting VULNERABLECODEIO_REQUIRE_AUTHENTICATION for this. Use it this | ||
way:: | ||
|
||
$ VULNERABLECODEIO_REQUIRE_AUTHENTICATION=1 make run | ||
|
||
|
||
Create an API key-only user | ||
------------------------------------ | ||
|
||
This can be done in the admin and from the command line:: | ||
|
||
$ ./manage.py create_api_user --email "p4@nexb.com" --first-name="Phil" --last-name "Goel" | ||
User p4@nexb.com created with API key: ce8616b929d2adsddd6146346c2f26536423423491 |
Oops, something went wrong.