Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified docs/class4/.DS_Store
Binary file not shown.
Binary file modified docs/class4/module4/.DS_Store
Binary file not shown.
43 changes: 39 additions & 4 deletions docs/class4/module4/lab1/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,44 @@ The LAD Server acts as a syslog receiver collecting access/request logs from the
:scale: 50%


JWT Access Control
------------------
Run LAD installer
-----------------

* SSH or WebSSH to LAD Server machine
* Go to folder /home/ubuntu/LAD_RELEASE-v0.3.0
* Run the installer

Enable JWT Access Control
^^^^^^^^^^^^^^^^^^^^^^^^^
.. code-block:: bash

./install_local.sh

* Keep all settings by default - just click ``enter`` key
* Wait till the installer finishes !!!!

You will see the environment details

.. note::
💡 Your environment is now accessible via the following links:

========= ====================== ============= ============ =======================
Name URL User Password Description
========= ====================== ============= ============ =======================
Dashboard https://localhost:8000 N/A N/A API Discovery Dashboard
========= ====================== ============= ============ =======================

🌐 Usable IP addresses on this host: 10.1.1.9, 10.1.20.9, 172.17.0.1, 172.18.0.1


Connect to LAD Console
----------------------

* In UDF, in the LAD Server machine, select ``LAD UI``
* Connect with ``admin`` / ``admin``
* You are asked to change the password, change with ``F5twister$2026``
* Sign-In

.. image:: ../pictures/lad-page.png
:align: left
:scale: 50%

Next step is to configure the BIG-IP to send traffic datas to LAD server
585 changes: 579 additions & 6 deletions docs/class4/module4/lab2/lab2.rst

Large diffs are not rendered by default.

Loading
Loading