---
|
|
secret_handlers:
|
|
dummy:
|
|
class: helpers.DummySecrets
|
|
prefix: in_config/
|
|
requires-env:
|
|
class: helpers.DummySecrets
|
|
# things can pull from env, it prexists
|
|
prefix: env/FROM_ENV_WILL_WORK
|
|
requires-dummy:
|
|
class: helpers.DummySecrets
|
|
# things can't pull from other handlers, the order they're configured in is
|
|
# indeterminent so it's not safe, they're also all added at once
|
|
prefix: dummy/FROM_DUMMY_WONT_WORK
|
|
|
|
# Not needed, but required key
|
|
providers: {}
|
|
# Not needed, but required key
|
|
zones: {}
|