This repository was archived by the owner on Sep 30, 2020. It is now read-only.
Open
Conversation
a3557e9 to
0750ae7
Compare
d0nt-panic
approved these changes
Dec 26, 2019
README.md
Outdated
|
|
||
| The FAST plugin uses prerecorded TestRecords to run security tests as a separate build stage in your pipeline. It requires your target application to be up and running. FAST will use the same authentication as in the TestRecord. The host will be resolved via header-host unless a specific address is provided (via app_host and app_port - this option is recommended). | ||
|
|
||
| The FAST API TOKEN is always a required paramater for the plugin to function. |
Contributor
Author
There was a problem hiding this comment.
Resolved as outdated
README.md
Outdated
|
|
||
| Should you require automatic recording of Baselines, a recording mode is provided. This mode will allow you to send your test traffic through the FAST proxy. All requests sent this way will be recorded into a new TestRecord for later use. | ||
| For this to work, some extra paramaters need to be provided, like the port where the FAST docker container will accept incomming requests. If your application is running inside docker specifying a local docker netword and ip will also be required. | ||
| Providing a name for the docker container is not required, but will help in cleanup if the build fails outside of the plugin scope. Without this paramater, the only (automatic) way for the proxy to shut down after recording plugin is by waiting out the Inactivity_timeout |
Contributor
Author
There was a problem hiding this comment.
Resolved as outdated
| { | ||
| title: 'Allowed hosts', | ||
| field: 'allowed_hosts', | ||
| description: 'limits the hosts that will be recieving payloads (only playback mode)', |
Contributor
Author
There was a problem hiding this comment.
Resolved as outdated
f07cb9b to
e1ebb86
Compare
e1ebb86 to
036cc1f
Compare
SuperKmar
referenced
this pull request
in jenkinsci/wallarm-fast-plugin
Mar 3, 2020
Feature/desciption fixes
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First commit updates readme
Second commit concerns a missed bug on saving boolean values in the pipeline configuration (as well as adding the --ip option for running docker)