Closed heri16 closed 4 years ago
I will add en endpoint to do manage the cache. What storage are you using? It seems the put failed due to value being too large
might be dependent on the storage used and I will need to look into it if this can happen during normal operation.
Hi @heri16, 8bf92d9c3c5ce03bcce66ac949256d8cf7727500 adds what you need, you can now do vault delete acme/cache
to clear the cache.
I'll close this issue at it should be fixed now. Feel free to reopen it if needed :)
I encountered an issue of this plugin being broken.
This seems to happen when a nomad group with count = 100 is run, which causes multiple nomad tasks writing to
acme/certs/alpha.proofofparticipation.network common_name=*.alpha.proofofparticipation.network
at the same, resulting in this plugin being broken.Error Message
Excerpt of Nomad job
Is there anyway to clear/delete the data in the vault storage/cache?