Skip to content

Authentication guides

You must create a secret to store your {{ no such element: dict object['token_name'] }}. How this secret is stored depends on your Data Productivity Cloud deployment model:

AWS Secrets Manager

  1. Log in to the AWS account that houses your agent. This must be in the same AWS Region as the agent selected when the project was created.
  2. In the search bar search for Secrets Manager to access the Secrets page.
  3. Click Store a new secret.
  4. Select Other type of secret and create a Key/value pair with the following details:
    • Key: Enter a label you will use to identify the token.
    • Value: Enter the {{ no such element: dict object['token_name'] }} code you copied earlier.
  5. Click Next and on the next page enter a Secret name. This is the name that will appear in the Secret definitions list in Your projects.
  6. The remainder of the details aren't needed, so click Next and Next again, then Store to complete the creation of the secret.

Azure Key Vault

  1. Log in to the Azure account that houses your agent. This must be in the same Azure Region as the agent selected when the project was created.
  2. Click Key vaults and click the name of the key vault you want to reference. If there is only one, then this will be the [Default] key vault configured in the agent.
  3. Click Objects and then click Secrets.
  4. Click + Generate/Import.
  5. On the Create a secret screen enter the following:
    • Upload options: Select Manual.
    • Name: Type a name for the secret. The secret name must be unique within a key vault. For more information on naming, read Key Vault objects, identifiers, and versioning.
    • Secret value: Enter the {{ no such element: dict object['token_name'] }} code you copied earlier.
  6. Click Create.