-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' of https://github.com/f5devcentral/f5xc-emea-workshop
- Loading branch information
Showing
13 changed files
with
114 additions
and
4 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
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,29 @@ | ||
Test your modern API application protection | ||
=========================================== | ||
|
||
#. Open Postman | ||
#. Run the below calls | ||
|
||
#. GET /api/adjectives | ||
#. GET /api/animals | ||
#. GET /api/locations | ||
|
||
.. note:: The 3 calls are successful because there are defined in the OAS file (method + endpoint) | ||
|
||
#. Now, run the below call | ||
|
||
#. GET /api/colors | ||
|
||
.. note:: This call is denied because not part of the OAS file | ||
|
||
Check the logs | ||
-------------- | ||
|
||
* Go tho the security dashboard (Overview > Dashboards > Security Dashboard) | ||
* Scroll down and click on your ``sentence`` app LB | ||
* Go to ``Security Analytics`` | ||
|
||
.. note:: Scroll and search for API events | ||
|
||
.. image:: ../pictures/api-protect-event.png | ||
:align: center |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.