PR has been updated with simplified config as suggested by Kaxil:

[secrets]
backend_name =
backend_kwargs =


Now we can only specify one secrets backend.  If an alternative backend is
specified, search path is alternative > env vars > metastore.  Otherwise it
is env vars > metastore.  No other configuration of search path is possible.





On Tue, Mar 10, 2020 at 2:27 AM Jarek Potiuk <jarek.pot...@polidea.com>
wrote:

> >
> > *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/
>

Reply via email to