-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support disabling/ignoring caching #476
Labels
Comments
This one is pretty simple, we add a new property under: Line 83 in d99b9a2
Make a boolean called SecurityAlwaysOverwriteCache with And then we'll need a ticket in go-security as well to make the file security plugin use that. |
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 14, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 14, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 14, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 15, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 15, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally Update docs to reflect changes to security providers about ignoring cache
vjanelle
added a commit
to vjanelle/go-choria
that referenced
this issue
Nov 15, 2018
Support configuration where local file cache of certificates is always overwritten Fix fact discovery so that ginkgo works locally Update docs to reflect changes to security providers about ignoring cache
ripienaar
added a commit
that referenced
this issue
Nov 15, 2018
(#476) Add configuration flag to always overwrite the cache
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As discussed on slack, for the use case of short lived certificates, it might be advantageous to disable caching, or at the very least replace them with each observation.
The text was updated successfully, but these errors were encountered: