>
> *Update on naming*
> I have adopted the suggestion to name it "Secrets Backend" and updated the
> AIP + PR and the subject of this thread.
>
+1.
> I am inclined to adopt Kaxil's suggestion, namely that we simplify the
> config by making it so the search path is not configurable. With this
> simplification, you can only specify one secrets backend (apart from the
> default of env and DB).
>
+1, I think one secret backend is enough.
[secrets_backend]
> class_name = path.to.my.CustomSecretsBackend
> secrets_backend_kwargs = {"whatever": "information"}
>
+1. Nice and simple.
J/