LD4P / sinopia_server

[Deprecated - switching to MongoDB] Sinopia Back-end CRUD Service. LDP-inspired, HTTP Server taking JSON-LD resources & administrative metadata.
Apache License 2.0
1 stars 1 forks source link

trellis seems to allow container creation for a few minutes after ACL update - i.e., there seems to be an authorization application delay. Can we repair this? #5

Closed cmharlow closed 5 years ago

acoburn commented 5 years ago

The auth service has a caching mechanism (for performance reasons). The default is set to 600 seconds per resource, but this can be altered in the config.yml file under auth / webac/ cacheExpireSeconds.

Feel free to open an issue in the trellis repo to remind me to document this. (It is not presently documented)

cmharlow commented 5 years ago

thanks @acoburn for this! makes sense. and will open docs issue.