Last updated
Last updated
A connector uses a secret to connect Apono to resources without storing any credentials. For Azure-based integrations, secrets are created and managed through the Azure Key Vault.
You can create an Azure secret through the Azure CLI.
This method uses the Azure CLI to provide a streamlined, secure pathway to manage your secrets for resource integration via an Apono connector.
As an alternative, you can create a secret via your .
Use the following steps to create a secret through the Azure CLI
Copy the following command into a text editor and edit the values.
From the Azure Key vaults list page, open the key vault containing the the secret you created.
In the side navigation under Settings, click Access Configuration. The Access configuration page appears.
Use the following steps to grant the Apono connector read access to the secret:
Click Go to access control(IAM). The Access control (IAM) page appears.
Click Add > Add role assignment.
In the search bar, search for Key Vault Secrets User.
Select the role.
Click Next.
On the Members tab under Members, click + Select members. The Select members panel appears.
In the Select search bar, search for your Apono connector ID, for example apono-connector.
Choose the Apono connector ID.
Click Select. The panel closes.
Click Review + assign to review the role assignment.
Click Review + assign.
Use the following steps to grant the Apono connector read access to the secret:
Click Go to access policies.
Click + Create.
Under Secret permissions, select only Get.
Click Next.
On the Principal tab in the search bar, search for your Apono connector ID, for example apono-connector.
Choose the Apono connector ID.
Click Next to review the access policy.
Click Create.
For more information about each property of the command, see .
In the command-line interface of your local machine, paste and run the edited command. When the secret is successfully generated, the secret will be listed in and can be managed from your Key vault in your .
You can now to the Apono connector to read the secret.
Grant read access to the secret based on how the key vault is configured: or .
If any of the following steps do not match your Azure portal, please refer to Azure's article.
If any of the following steps do not match your Azure portal, please refer to Azure's article.
Azure Key Vault
Azure solution for securely storing secrets, key management, and certificate management
Azure Command Line Interface (Azure CLI)
Open source tool enabling interacting with AWS services using commands in your command-line shell available from Microsoft
Integration Credentials
Credentials for the instance of the integration used to define the --value
when creating a secret:
--name
Name of the secret
--value
Plain text secret value Credentials for the instance of the integration in a JSON format
--vault-name
Name of the Vault.