Skip to content

Commit

Permalink
style: change references for 'whitelist' to 'allowlist' (#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-webber authored Nov 6, 2024
1 parent 70d96f0 commit fa308c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ If you choose to use `email` (`passwordless` flow), then you can manage the app

Right now we only provide customer management for `email` login option. If you choose other options like `nomis` or `github` etc, then it means your app will be open to any users who have nomis credential or who has a GitHub account and has joined the `moj-analytical-services` GitHub org. Further user management and control is required under app-level if the default scope of users is wider than the target audience of the app.

### IP whitelist
### IP allowlist

You can configure whether your app needs extra protection from internet environment by setting the allowed IP_RANGES (the list VPN managed in MoJ). You can set up this option even if your app is public facing (`AUTHENTICATION_REQUIRED` is `False`)

Expand Down
2 changes: 1 addition & 1 deletion source/documentation/apps/rshiny-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ To sign in with an email magic link, add `/login?method=link` to the end of the

Please follow the same steps above to check whether the user is in the customer list of the app.

##### "IP x.x.x.x is not whitelisted"
##### "IP x.x.x.x is not allowlisted"

Check that the user is trying to access the app from one of the trusted networks listed on app's app-detail from Control Panel

Expand Down

0 comments on commit fa308c6

Please sign in to comment.