##// END OF EJS Templates
vcs: Use a thread scoped cache invalidation context to cache repository objects....
vcs: Use a thread scoped cache invalidation context to cache repository objects. Without this change the cache is on a process scope. If running with multiple threads this leads to sharing the cached object between threads. This will cause exceptions if multiple threads are trying to access the same curl object. Even worse it allows multiple threads to operate on the same repository object concurrently.

File last commit:

r1:854a839a default
r614:cbe55781 default
Show More
sec-ip-white.rst
19 lines | 578 B | text/x-rst | RstLexer
project: added all source files and assets
r1 .. _settip-ip-white:
Setting IP Restrictions
=======================
To restrict access to your |RCE| instance you can set an IP Whitelist that
will only allow access from specific IP Addresses. This is useful for
ensuring only users on the company VPN can access the instance.
To set this, go to
:menuselection:`Username --> Permissions --> IP Whitelist`, and add the safe
range of IP Addresses to the list.
.. important::
Add the IP Address that you are currently using first,
otherwise you'll lock yourself out of the instance.
.. image:: ../images/ip-whitey.png