fluree / server

Fluree Server - Operates Fluree in consensus, fault-tolerant, redundant
12 stars 1 forks source link

Feature/closed mode #93

Closed dpetran closed 2 weeks ago

dpetran commented 2 weeks ago

https://github.com/fluree/core/issues/112

This adds closed-mode support to server.

There are now two new config keys:

When closed mode is enabled:

In this implementation it is specified that requests from root identities will NOT be called with wrap-policy. However, server does not call wrap-policy on its own, so I've left that for future work.