agent: | Auto Exec |
What is an "Expert"? How do we create our own expert?
Add credentials for various integrations
Managing workspaces and access control
DagKnows Architecture Overview
Setting up SSO via Azure AD for Dagknows
Enable "Auto Exec" and "Send Execution Result to LLM" in "Adjust Settings" if desired
(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
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?
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
update the EKS versions in different clusters
AI agent session 2024-09-12T09:36:14-07:00 by Sarang Dharmapurikar
Parse EDN content and give a JSON out
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
Install the app
- 1BkIbLmVSUSKATyNJnMwbMove to the cloned repo
1
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputscd dagknows_docker_composecopied1 - 2Jjkl66OatKglIUpU4FYoMake modifications to the environment variables
2
Make modifications to the environment variables
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.open the .env file in this folder and modify the following variables for the superuser (you):
- SUPER_USER : This is the email of the superuser
- SUPER_PASSWORD : Initial password for the superuser. You can change it later after login.
- SUPER_USER_FIRSTNAME : Your first name
- SUPER_USER_LASTNAME : Your last name
- SUPER_USER_ORG : Your organization name
The following values are needed in case you plan to add more users and invite them via email. These settings will enable sending the sign up email to those users
- MAIL_SERVER : Your email server.
- MAIL_USERNAME : Your user name in case the sign up emails should go on your behalf
- MAIL_PASSWORD : Your email server password
- MAIL_DEFAULT_SENDER: Your email again
inputsoutputs2 - 3S3IXM2heVjxCoIMsF5LVCreate local directories for mapping databases
3
Create local directories for mapping databases
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputsmkdir esdata1copied3 - 4XlzmG7W8zvZh0s4XEZoEBring up the app
4
There was a problem that the LLM was not able to address. Please rephrase your prompt and try again.inputsoutputssudo docker-compose up -dcopied4