You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once plugin configuration was changed in bramble.json file, file watcher handles event and reload config in case of CREATE or CHANGE. But, for example auth plugin doesn`t depend on this reload process, as this object is constructed at the moment of starting Bramble (i tried to change Role section, bramble triggered event changes, but auth plugin was working under old role model)
The text was updated successfully, but these errors were encountered:
ITheCorgi
changed the title
Plugin configuration doesnt depend on config changes
Plugin` configuration doesnt depend on config changes
Oct 24, 2022
I re-checked the process of auth plugin hot reload and figured out that the issue is during unmarshalling data json.RawMessage in case role was removed from Roles config
Suggest clearing a plugin` config at the start of configuring (commented line)
Once plugin configuration was changed in bramble.json file, file watcher handles event and reload config in case of CREATE or CHANGE. But, for example auth plugin doesn`t depend on this reload process, as this object is constructed at the moment of starting Bramble (i tried to change Role section, bramble triggered event changes, but auth plugin was working under old role model)
The text was updated successfully, but these errors were encountered: