This is an old revision of the document!
Open
The open access control rule always successfully matches with any incoming request.
It is used if you are want to normally allow access to an endpoint, but want to use options such as elevate or secure.
For example…
"sslonly": { "type": "open", "secure": 1 }
The 'sslonly' group gives access to everyone, but only if the query is SSL/TLS secured.