| Package | Description |
|---|---|
| org.wso2.cloud.secrets.utils |
| Modifier and Type | Method and Description |
|---|---|
static List<Secret> |
AzureKeyVaultUtils.retrievePlainTextSecrets(InputSecretIdentifiers inputSecretIdentifiers,
com.azure.security.keyvault.secrets.SecretClient secretClient)
Retrieve the defined plain text passwords from the source Azure Key Vault.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EncryptionUtils.encryptPlainTextSecretsUsingCertString(List<Secret> secrets,
String certificateString)
|
static void |
AzureKeyVaultUtils.pushSecretsToAzureKeyVault(List<Secret> secrets,
com.azure.security.keyvault.secrets.SecretClient secretClient)
Push the provided encrypted secrets to the target Azure Key Vault.
|
Copyright © 2021 WSO2. All rights reserved.