public interface SecretsProvider
| Modifier and Type | Method and Description |
|---|---|
default void |
init(Map<String,String> config)
Initialize the SecretsProvider.
|
String |
provideSecret(String secretName,
Object pathToSecret)
Fetches a secret.
|
Copyright © 2017–2022 Apache Software Foundation. All rights reserved.