projectnessie / nessie

Nessie: Transactional Catalog for Data Lakes with Git-like semantics
https://projectnessie.org
Apache License 2.0
1.04k stars 129 forks source link

Secrets validation #9509

Closed snazy closed 2 months ago

snazy commented 2 months ago

Add opt-in functionality to verify that all referenced secrets can be resolved, that the secrets manager exists and that the secret exists.

dimas-b commented 2 months ago

Should we introduce a health check as well?

SGMT

snazy commented 2 months ago

Should we introduce a health check as well?

SGMT

Resolving all secrets can be an expensive/long-running operation - potentially. But actually I forgot to throw an exception when the validation failed :facepalm: