Skip to content

Commit 715c8ca

Browse files
authored
Merge pull request #194 from f5devcentral:dev
insights
2 parents 10d37fb + 380285f commit 715c8ca

20 files changed

Lines changed: 1046 additions & 17 deletions

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: 39 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,44 @@ 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
2326

24-
Enable JWT Access Control
25-
^^^^^^^^^^^^^^^^^^^^^^^^^
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+
39+
========= ====================== ============= ============ =======================
40+
Name URL User Password Description
41+
========= ====================== ============= ============ =======================
42+
Dashboard https://localhost:8000 N/A N/A API Discovery Dashboard
43+
========= ====================== ============= ============ =======================
44+
45+
🌐 Usable IP addresses on this host: 10.1.1.9, 10.1.20.9, 172.17.0.1, 172.18.0.1
46+
47+
48+
Connect to LAD Console
49+
----------------------
50+
51+
* In UDF, in the LAD Server machine, select ``LAD UI``
52+
* Connect with ``admin`` / ``admin``
53+
* You are asked to change the password, change with ``F5twister$2026``
54+
* Sign-In
55+
56+
.. image:: ../pictures/lad-page.png
57+
:align: left
58+
:scale: 50%
59+
60+
Next step is to configure the BIG-IP to send traffic datas to LAD server

docs/class4/module4/lab2/lab2.rst

Lines changed: 579 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)