Sign in
agent:

Add credentials for various integrations

There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
  1. 1

    Add AWS credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set AWS_ACCESS_KEY_ID --value <AWS_ACCESS_KEY_ID> --role <proxyrole> dkv keys set AWS_SECRET_ACCESS_KEY --value <AWS_SECRET_ACCESS_KEY> --role <proxyrole>
    copied
    1
  2. 2

    Add Jira credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set JIRA_BASE_URL --value <JIRA_BASE_URL> --role <proxyrole> dkv keys set JIRA_USER_NAME --value <JIRA_USER_NAME> --role <proxyrole> dkv keys set JIRA_API_KEY --value <JIRA_API_KEY> --role <proxyrole>
    copied
    2
  3. 3

    Add Slack credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set SLACK_API_TOKEN --value <SLACK_API_TOKEN> --role <proxyrole>
    copied
    3
  4. 4

    Add Grafana credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set GRAFANA_URL --value <GRAFANA_URL> --role <proxyrole> dkv keys set GRAFANA_USERNAME --value <GRAFANA_USERNAME> --role <proxyrole> dkv keys set GRAFANA_PASSWORD --value <GRAFANA_PASSWORD> --role <proxyrole>
    copied
    4
  5. 5

    Add Azure credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set AZURE_TENANT_ID --value <AZURE_TENANT_ID> --role <proxyrole> dkv keys set AZURE_CLIENT_ID --value <AZURE_CLIENT_ID> --role <proxyrole> dkv keys set AZURE_CLIENT_SECRET --value <AZURE_CLIENT_SECRET> --role <proxyrole>
    copied
    5
  6. 6

    Add GitHub credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set GITHUB_REPO_OWNER --value <GITHUB_REPO_OWNER> --role <proxyrole> dkv keys set GITHUB_TOKEN --value <GITHUB_TOKEN> --role <proxyrole>
    copied
    6
  7. 7

    Add Jenkins credentials

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.
    dkv keys set JENKINS_URL --value <JENKINS_URL> --role <proxyrole> dkv keys set JENKINS_USERNAME --value <JENKINS_USERNAME> --role <proxyrole> dkv keys set JENKINS_API_TOKEN --value <JENKINS_API_TOKEN> --role <proxyrole>
    copied
    7
  8. 8

    Add a key-value pair

    There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.

    This command allows you to create a key-value pair

    Inputs:

    • key: The key to store
    • value: The value associated with the key
    • proxyrole: The role under which this key value pair is stored
    dkv keys set <key> --value <value> --role <proxyrole>
    copied
    8