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
{{ message }}
This repository has been archived by the owner on Feb 7, 2020. It is now read-only.
@ripienaar if you change the values of plugin.choria.security.certname_whitelist, previously cached certificates will still be allowed through until they're removed from the cache.
vjanelle
added a commit
to vjanelle/go-security
that referenced
this issue
Nov 12, 2018
* If you change the allow list, a cached cert will be allowed for non-privileged actions. This is not intuitive.
* Make tests pass
```
filesec/file_security.go:404: Entry.Errorf format %s arg s.caPath is a func value, not called
```
* Allow list tests to ensure this doesn't happen again
If you change the whitelists, go-security filesec will reference a cached item and not check the identity in the future.
The text was updated successfully, but these errors were encountered: