chore(secrets): wire cache invalidation on rotate/delete, drop dead RevealEnabled, remove scaffold leftovers
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace ZB.MOM.WW.Secrets.Abstractions;
|
||||
|
||||
/// <summary>Evicts a cached decrypted secret so the next resolve re-reads it. Called by write paths after a rotate/delete.</summary>
|
||||
public interface ISecretCacheInvalidator
|
||||
{
|
||||
/// <summary>Evicts the cache entry for <paramref name="name"/> (no-op if absent).</summary>
|
||||
void Invalidate(SecretName name);
|
||||
}
|
||||
Reference in New Issue
Block a user