Skip to main content

Security - Whitelisting

M
Written by Matti Desmet
Updated this week

Peripass allows for whitelisting. Configuration can be requested at support.

Following components can be whitelisted individually:

  • management portal

  • self service kiosk

What can not be whitelisted:

  • Anything else (e.g. public API, Yard operator app, …)

Supported formats:

  • v4 and v6 addresses

  • ip ranges

Implementation:

Contact [email protected] to do the setup.

It is possible to combine v4 and v6 addresses for a single tenant

  • Allowed ip v4 address formats and ranges:

    • 10.0.0.0

    • 10.0.0.0-20

    • 10.0.0.0-10.0.0.20

    • 10.0.0.0/8

    • 10.0.0.0/255.0.0.0

  • Allowed ip v6 address formats and ranges:

    • fc00:0000:0000:0000:0000:0000:0000:0000

    • fc00:0000:0000:0000:0000:0000:0000:0000/7

    • fc00::/7

    • fc00::/ffff::

    • fc00:0000:0000:0000:0000:0000:0000:0000-fc00:0000:0000:0000:0000:0000:0000:ffff

    • fc00::-fc00::ffff

  • if empty, all ip’s are allowed

Did this answer your question?