Add access controls

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-01-14 11:57:21 +01:00
parent 15c6902c13
commit bf93f5afb7
10 changed files with 247 additions and 26 deletions

View File

@@ -20,10 +20,9 @@ secured (we will focus on the digital access later).
## Implementation
If you are working from a co-working space or subleasing offices, you
don’t have much do to. Provide a link to their access policy and the
dashboard they probably provide to manage the list of authorized
personnel.
If you are working from a co-working space or subleasing offices, you don’t have
much do to. Provide a link to their access policy and the dashboard they
probably provide to manage the list of authorized personnel.
If you have your own office space, you need to provide:

View File

@@ -14,10 +14,9 @@ frameworks:
## Purpose
Even if you do most of your business online, you still have offices,
computers or even printed document: you need to make sure those assets
are physically secured (we will focus on the digital access later)
regarding visitors.
Even if you do most of your business online, you still have offices, computers
or even printed document: you need to make sure those assets are physically
secured (we will focus on the digital access later) regarding visitors.
## Implementation

View File

@@ -15,24 +15,21 @@ frameworks:
## Purpose
In short, implementing a VPN will encrypt your data and ensure a safe
transmission between your employees devices and your internal network
(even when using untrusted networks like a public wifi) ⇒ it offers a
layer of security for your data.
transmission between your employees devices and your internal network (even when
using untrusted networks like a public wifi) ⇒ it offers a layer of security for
your data.
## Implementation
> If you have doubt whether you should do it or not, ping us on
> Discord.
<br/>
> If everything is on Google Suite/Notion/Slack with MFA and you don’t
> have your own network => no needed.
If you think you need one, you should consider deploying one and make
it mandatory when working remote => You can follow the [Wireguard
installation guide there](https://www.wireguard.com/install/).
> If you have doubt whether you should do it or not, ping us on Discord. <br/>
> If everything is on Google Suite/Notion/Slack with MFA and you don’t have your
> own network => no needed.
If you think you need one, you should consider deploying one and make it
mandatory when working remote => You can follow the
[Wireguard installation guide there](https://www.wireguard.com/install/).
## Evidence
- Screenshot of VPN settings page (to show active use) or log of VPN
connection from employees device.
- Screenshot of VPN settings page (to show active use) or log of VPN connection
from employees device.