Loading
feat(secret): Add `PrefixProvider` to prepend a path prefix to secret names.
Adds PrefixProvider, a thin Provider decorator that prepends a
fixed string to the secret name before delegating to an underlying
Provider. The prefix is applied verbatim, so callers that want path
semantics must include a trailing slash (e.g. "postgresql/").