Bairdo / gasket

Gasket is a system that provides authentication and authorisation to the https://github.com/faucetsdn/faucet network controller.
3 stars 3 forks source link

Reload config on sighup #70

Open Bairdo opened 6 years ago

Bairdo commented 6 years ago

what will happen to already authed users?

a) auth stays exactly the same. b) auth removed c) auth reapplied with new details. (e.g. if rules.yaml changed user is still authed but the acls may change)

a or c seem preferable.