Sign in

Managing workspaces and access control

DagKnows Architecture Overview

Managing Proxies

Setting up SSO via Azure AD for Dagknows

All the experts

Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired

Add credentials for various integrations

Add a key-value pair

(Optionally) Add ubuntu user to docker group and refresh group membership

Deployment of an EKS Cluster with Worker Nodes in AWS

Adding, Deleting, Listing DagKnows Proxy credentials or key-value pairs

Kubernetes pod issue

Comprehensive AWS Security and Compliance Evaluation Workflow (SOC2 Super Runbook)

AWS EKS Version Update 1.29 to 1.30 via terraform

Instruction to allow WinRM connection

MSP Usecase: User Onboarding Azure + M365

Post a message to a Slack channel

How to debug a kafka cluster and kafka topics?

Docusign Integration Tasks

Open VPN Troubleshooting (Powershell)

Execute a simple task on the proxy

Assign the proxy role to a user

Create roles to access credentials in proxy

Install OpenVPN client on Windows laptop

Setup Kubernetes kubectl and Minikube on Ubuntu 22.04 LTS

Install Prometheus and Grafana on the minikube cluster on EC2 instance in the monitoring namespace

Sample selenium script

update the EKS versions in different clusters

AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar

Install kubernetes on an ec2 instance ubuntu 20.04 using kubeadm and turn this instance into a master node.

Turn an ec2 instance, ubuntu 20.04 into a kubeadm worker node. Install necessary packages and have it join the cluster.

Install Docker

Parse EDN content and give a JSON out

GitHub related tasks

Check whether a user is there on Azure AD and if the user account status is enabled

Get the input parameters of a Jenkins pipeline

Get the console output of last Jenkins job build

List my Jenkins pipelines

Get last build status for a Jenkins job

Trigger a Jenkins job with param values

List all the resource ARNs in a given region

Give me steps to do health checks on a Linux Server

Trigger for tickets which have status new/open, group DevOps, assignee None, and public comment includes a keyword

Process Zendesk Ticket for updating comments (auto reply)

Add a public comment to a Zendesk Ticket

Identify list out IAM users list in AWS using dagknows

Restoring an AWS Redshift Cluster from a Snapshot

Notify about disk space before cleaning up

Set an AWS IAM Password Policy

Enforce Password Change for AWS IAM Users

GitHub related tasks

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

AI agent task

  1. 1

    List all the repos that I have access to. Public and private both.

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

    This script lists all repositories that the user has access to, including public and private ones, and not just the ones they own.

    1
  2. 2

    Check if a GitHub token is valid or expired.

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

    This script checks if the GitHub token is still valid or has expired.

    2
  3. 3

    List branches of a given repo

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

    This script checks why the branches of a specified GitHub repository cannot be listed and provides a more detailed explanation.

    3
  4. 4

    List just the names of the branches of a github repo.

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

    This script lists just the names of the branches of a specified GitHub repository.

    4
  5. 5

    Create a new branch for a repo.

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

    This script creates a new branch specified in branch_name for the specified GitHub repository.

    5
  6. 6

    Switch to a branch and list the repo files

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

    This script switches to the specified branch and lists the files in the repository.

    6
  7. 7

    Get the contents of a file in the github repo

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

    This script shows the contents of the specified file in the specified branch of the GitHub repository.

    7
  8. 8

    Update the contents of a file in the repo and commit the changes to a branch.

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

    This script updates the README.md file with 'Hello folks!' at the top and commits the changes to the specified branch.

    8
  9. 9

    Create a pull request to merge a feature branch to main branch for a repo

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

    This script creates a pull request to merge the branch head_branch (like feature branch) to the base_branch (like main) for the specified GitHub repository.

    9
  10. 10

    Assign a pull request to a user

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

    This script assigns the specified reviewer to the pull request for the specified GitHub repository.

    10