Skip to content

Commit 7399750

Browse files
authored
Merge pull request #185 from f5devcentral:lad-matt
lab1 lad
2 parents a77a0cd + c898815 commit 7399750

5 files changed

Lines changed: 41 additions & 5 deletions

File tree

docs/class4/.DS_Store

0 Bytes
Binary file not shown.

docs/class4/module4/.DS_Store

0 Bytes
Binary file not shown.

docs/class4/module4/lab1/lab1.rst

Lines changed: 35 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,40 @@ The LAD Server acts as a syslog receiver collecting access/request logs from the
1717
:scale: 50%
1818

1919

20-
JWT Access Control
21-
------------------
20+
Run LAD installer
21+
-----------------
2222

23+
* SSH or WebSSH to LAD Server machine
24+
* Go to folder /home/ubuntu/LAD_RELEASE-v0.3.0
25+
* Run the installer
26+
27+
.. code-block:: bash
28+
29+
./install_local.sh
30+
31+
* Keep all settings by default - just click ``enter`` key
32+
* Wait till the installer finishes !!!!
33+
34+
You will see the environment details
35+
36+
.. note::
37+
💡 Your environment is now accessible via the following links:
38+
Name URL User Password Description
39+
---- --- ---- -------- -----------
40+
Dashboard https://localhost:8000 N/A N/A API Discovery Dashboard
41+
42+
🌐 Usable IP addresses on this host: 10.1.1.9, 10.1.20.9, 172.17.0.1, 172.18.0.1
43+
44+
45+
Connect to LAD Console
46+
----------------------
47+
48+
* In UDF, in the LAD Server machine, select ``LAD UI``
49+
* Connect with ``admin`` / ``admin``
50+
* You are asked to change the password, change with ``F5twister$2026``
51+
* Sign-In
52+
53+
.. image:: ../pictures/lad-page.png
54+
:align: left
55+
:scale: 50%
2356

24-
Enable JWT Access Control
25-
^^^^^^^^^^^^^^^^^^^^^^^^^

docs/class4/module4/module4.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
Local API Discovery
22
###################
33

4-
In this section, we will deploy the F5 Local API Discovery solution. This solution is an AirGapped API Discovery solution for BIG-IP and is disconnected from F5 Distributed Cloud. All datas, processing and logs are handled locally.
4+
In this section, we will deploy the F5 Local API Discovery solution.
5+
6+
Local API Discovery is a solution that helps you uncover and analyze API activity within your environment without relying on external connectivity or cloud-based services. It is ideal for deployments where data locality, privacy, or regulatory concerns demand self-managed API traffic inspection.
7+
Local API Discovery collects and analyzes per-request HTTP metadata from BIG-IP systems. It detects both known and undocumented (shadow) API endpoints, tracks usage frequency, identifies sensitive data flows, and flags unauthenticated access points. All analysis and dashboards operate locally within your infrastructure whether on a physical server, virtual machine, or private cloud instance.
8+
9+
Designed for security-sensitive or air-gapped environments, LAD empowers teams to gain actionable API visibility, manage schema governance, and take mitigation actions all without exposing data outside your trusted network boundary.
510

611
.. image:: ./pictures/intro-lad.png
712
:align: left
136 KB
Loading

0 commit comments

Comments
 (0)