Skip to content

Commit

Permalink
Merge pull request #109 from f5devcentral/matt-aug24
Browse files Browse the repository at this point in the history
fix indentation
  • Loading branch information
MattDierick authored Oct 2, 2024
2 parents e93caf5 + 21ebf5a commit 22157ea
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions docs/class4/module2/lab2/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,30 +60,32 @@ Create custom Sensitive Data Discovery
* But now, we want to add custom patterns to detect frenchy sensitive datas
* Configure ``Defined Custom Sensitive Data Types``, and add 2 items

* Name: france-ssn
* Data Type Rules:
* Name: ``france-ssn``

* Value Pattern
* Regex Value : ``[12][0-9]{2}(0[1-9]|1[0-2])(2[AB]|[0-9]{2})[0-9]{3}[0-9]{3}([0-9]{2})``
* Data Type Rules:

* Value Pattern
* Regex Value : ``[12][0-9]{2}(0[1-9]|1[0-2])(2[AB]|[0-9]{2})[0-9]{3}[0-9]{3}([0-9]{2})``

* Mark as Sensitive Data
* Mark as PII
* Relevant Compliance: ``GDPR``
* Mark as Sensitive Data
* Mark as PII
* Relevant Compliance: ``GDPR``

.. image:: ../pictures/pii-ssn.png
:align: left
:scale: 50%
.. image:: ../pictures/pii-ssn.png
:align: left
:scale: 50%


* Name: france-mobile-phone
* Data Type Rules:
* Name: ``france-mobile-phone``

* Data Type Rules:

* Value Pattern
* Regex Value : ``^(?:(?:\+|00)33|0)\s*[1-9](?:[\s.-]*\d{2}){4}$``
* Value Pattern
* Regex Value : ``^(?:(?:\+|00)33|0)\s*[1-9](?:[\s.-]*\d{2}){4}$``

* Mark as Sensitive Data
* Mark as PII
* Relevant Compliance: ``GDPR``
* Mark as Sensitive Data
* Mark as PII
* Relevant Compliance: ``GDPR``

* Apply and Save your LB config

Expand Down

0 comments on commit 22157ea

Please sign in to comment.