deps(secrets): 0.4.1 — hub denial warning (live-gate check 4)
The 2026-08-07 live gate's check 4 failed one clause of three: both auth negatives were denied with a byte-identical Unauthenticated status and no token or plaintext reached any log, but the hub recorded a denial only at Information level, via Grpc.AspNetCore.Server rather than the gate itself. A follower whose token was mis-rotated would therefore stop converging while central showed nothing above INF. That was a property of the library, not of this branch, so it was fixed there and shipped as 0.4.1 (scadaproj main c86cead): SecretsHubAuthInterceptor now emits a rate-limited Warning summarising each denial window, breaking the count down by cause, with the first denial after startup or a quiet window warning immediately so a single probe is never silent. Wire behaviour is untouched - the denial is still one uniform Unauthenticated with one detail, and still carries no token material - so this is additive on the server's diagnostics only and nothing a follower observes changes. All five ZB.MOM.WW.Secrets* pins move together. Splitting them is not an option worth having: Abstractions carries the StoredSecret shape the Grpc wire mirror is written against, so a mixed set is a silent structural mismatch rather than a build error. Build clean at 0 warnings; the secrets wiring + hub-mapping pins are 31/31. Claude-Session: https://claude.ai/code/session_014WNM4vjoVksyyBraTXSZE1
This commit is contained in:
@@ -104,11 +104,11 @@
|
|||||||
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.5" />
|
<PackageVersion Include="ZB.MOM.WW.Auth.AspNetCore" Version="0.1.5" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
|
<PackageVersion Include="ZB.MOM.WW.Audit" Version="0.1.0" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Theme" Version="0.3.1" />
|
<PackageVersion Include="ZB.MOM.WW.Theme" Version="0.3.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Secrets" Version="0.4.0" />
|
<PackageVersion Include="ZB.MOM.WW.Secrets" Version="0.4.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Secrets.Abstractions" Version="0.4.0" />
|
<PackageVersion Include="ZB.MOM.WW.Secrets.Abstractions" Version="0.4.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Secrets.Ui" Version="0.4.0" />
|
<PackageVersion Include="ZB.MOM.WW.Secrets.Ui" Version="0.4.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Secrets.Replicator.SqlServer" Version="0.4.0" />
|
<PackageVersion Include="ZB.MOM.WW.Secrets.Replicator.SqlServer" Version="0.4.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.Secrets.Replicator.Grpc" Version="0.4.0" />
|
<PackageVersion Include="ZB.MOM.WW.Secrets.Replicator.Grpc" Version="0.4.1" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.LocalDb" Version="0.1.3" />
|
<PackageVersion Include="ZB.MOM.WW.LocalDb" Version="0.1.3" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.LocalDb.Replication" Version="0.1.3" />
|
<PackageVersion Include="ZB.MOM.WW.LocalDb.Replication" Version="0.1.3" />
|
||||||
<PackageVersion Include="ZB.MOM.WW.LocalDb.Contracts" Version="0.1.3" />
|
<PackageVersion Include="ZB.MOM.WW.LocalDb.Contracts" Version="0.1.3" />
|
||||||
|
|||||||
Reference in New Issue
Block a user