Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/providers/documentation/argocd-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ArgoCD ApplicationSets are mapped to Keep Applcations

## Connecting with the Provider

1. Obtain the **access token** from your ArgoCD instance by following `Generate auth token` from [ArgoCD's User management docs](https://argo-cd.readthedocs.io/en/latest/operator-manual/user-management/#manage-users).
1. Obtain the **access token** from your ArgoCD instance by following `Generate auth token` from [ArgoCD's User management docs](https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#manage-users).
2. Set the **deployment URL** to your ArgoCD instance's base URL (e.g., `https://localhost:8080`).

## Features
Expand All @@ -28,5 +28,5 @@ The **ArgoCD Provider** supports the following key features:

## Useful Links

- [ArgoCD API Documentation](https://argo-cd.readthedocs.io/en/latest/developer-guide/api-docs)
- [ArgoCD User Management](https://argo-cd.readthedocs.io/en/latest/operator-manual/user-management/#local-usersaccounts)
- [ArgoCD API Documentation](https://argo-cd.readthedocs.io/en/stable/developer-guide/api-docs)
- [ArgoCD User Management](https://argo-cd.readthedocs.io/en/stable/operator-manual/user-management/#local-usersaccounts)
8 changes: 4 additions & 4 deletions docs/providers/documentation/eks-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@ aws eks list-clusters --region <your-region>
## Required Permissions
The AWS IAM user needs these permissions:

1. eks:DescribeCluster
2. eks:ListClusters
1. **eks:DescribeCluster**
2. **eks:ListClusters**

Additional permissions for specific operations:

3. eks:AccessKubernetesApi for pod/deployment operations
4. eks:UpdateCluster for scaling operations
3. **eks:AccessKubernetesApi** for pod/deployment operations
4. **eks:UpdateCluster** for scaling operations

| Command | AWS IAM Permissions |
|---------|-------------------|
Expand Down
2 changes: 1 addition & 1 deletion docs/providers/documentation/github-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ import AutoGeneratedSnippet from '/snippets/providers/github-snippet-autogenerat
3. Copy the token and provide it as `github_token` in the provider configuration.

## Useful Links
-[GitHub REST API Documentation](https://docs.github.com/en/rest?apiVersion=2022-11-28)
- [GitHub REST API Documentation](https://docs.github.com/en/rest?apiVersion=2022-11-28)

1 change: 0 additions & 1 deletion docs/providers/documentation/gitlab-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ import AutoGeneratedSnippet from '/snippets/providers/gitlab-snippet-autogenerat

- [GitLab PAT](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token)
- [GitLab Create New Issue](https://docs.gitlab.com/ee/api/issues.html#new-issue)
- [New Issues in the GitLab](https://docs.gitlab.com/ee/api/issues.html#new-issue)
- [GitLab Scopes](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#personal-access-token-scopes)
11 changes: 6 additions & 5 deletions docs/providers/documentation/gitlabpipelines-provider.mdx
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Gitlab Pipelines"
sidebarTitle: "Gitlab Pipelines Provider"
description: "GitlabPipelinesProvider is a provider that interacts with GitLab Pipelines API."
title: "GitLab Pipelines"
sidebarTitle: "GitLab Pipelines Provider"
description: "GitLab Pipelines Provider is a provider that interacts with GitLab Pipelines API."
---
import AutoGeneratedSnippet from '/snippets/providers/gitlabpipelines-snippet-autogenerated.mdx';

<AutoGeneratedSnippet />

## Connecting with the Provider

Create your personal access token in gitlab
Create your personal access token in GitLab
- On the left sidebar, select your avatar.
- Select **Edit profile**.
- On the left sidebar, select **Access Tokens**.
Expand All @@ -20,4 +20,5 @@ Create your personal access token in gitlab

## Useful Links

- https://docs.gitlab.com/ee/api/pipelines.html
- [GitLab PAT](https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html#create-a-personal-access-token)
- [GitLab Pipelines API](https://docs.gitlab.com/ee/api/pipelines.html)
2 changes: 1 addition & 1 deletion docs/providers/documentation/monday-provider.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ If you are a member user or an admin on your monday.com account, follow these st
5. Item Name is the name of the pulse you want to add.
6. Column ID and Column Value are the values of the columns you want to set for the pulse. Hover over the column name in the board and click on the three dots that appear and click on Column ID to copy the column ID. The column value is the value you want to set for the column.

## Usefull Links
## Useful Links
- [Monday.com](https://monday.com/)
- [Example workflow for Monday Provider](https://github.com/keephq/keep/blob/main/examples/workflows/monday_create_pulse.yml)
Loading