> For the complete documentation index, see [llms.txt](https://docs.kangal.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kangal.dev/tr/entegrasyonlar/integrations.md).

# Entegrasyonlara genel bakış

Kangal, kayıtlı 26 entegrasyon driver'ı ile gelir. Üç built-in driver Kangal'da zaten bulunan tenant verisini okur; diğer driver'lar tenant kapsamlı configuration ve şifreli credential ile dış provider'lara bağlanır.

## Yaşam döngüsü

1. Hedef tenant context'inde entegrasyon kataloğunu alın.
2. Provider'ı hassas olmayan configuration ve gerektiğinde desteklenen tek bir secret kaynağıyla kurun.
3. Configuration veya credential değiştiğinde kurulumu güncelleyin.
4. Manuel sync isteği oluşturun.
5. Worker kuyruğa alınan provider job'ını çalıştırır.
6. Durumu, provider metadata'sını, hataları ve sync geçmişini inceleyin.
7. Artık gerekmediğinde kurulumu silin.

## Gereksinimler

* Kataloğu görüntülemek için okuma yetkili bir admin rolü kullanın. Kurulum, güncelleme, manuel sync ve silme işlemleri `admin` veya `super_admin` rolü gerektirir.
* Katalog, kurulum, güncelleme, manuel sync ve silme işlemlerini hedef tenant context'inde çalıştırın. Tenant kapsamlı admin yalnızca atandığı tenant'a erişebilir; super admin hedefi `tenant_id` ile seçmelidir.

Aşağıdaki rehberler her provider için desteklenen kurulumu, sync davranışını ve dönen metadata'yı açıklar.

## Built-in Kangal verisi

| Provider                                                   | Sync kapsamı                                                                                 |
| ---------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
| [Gateway Manager](/tr/entegrasyonlar/gateway-manager.md)   | Tenant gateway envanteri ve adları.                                                          |
| [Kangal Analytics](/tr/entegrasyonlar/kangal-analytics.md) | Güncel tenant metrics snapshot'ı, route sayısı, rate-limit hit'leri ve plugin metric adları. |
| [Kangal Manager](/tr/entegrasyonlar/kangal-manager.md)     | Tenant gateway'lerindeki route sayısı ve inline plugin kullanımı.                            |

## Cloud ve orchestration

| Provider                                                 | Sync kapsamı                                                                |
| -------------------------------------------------------- | --------------------------------------------------------------------------- |
| [AWS API Gateway](/tr/entegrasyonlar/aws-api-gateway.md) | REST ve HTTP API envanteri ile sınırlandırılmış stage adları.               |
| [AWS](/tr/entegrasyonlar/aws.md)                         | STS caller identity; isteğe bağlı account alias ve region zenginleştirmesi. |
| [Azure](/tr/entegrasyonlar/azure.md)                     | Azure Resource Manager subscription envanteri.                              |
| [Google Cloud Platform](/tr/entegrasyonlar/gcp.md)       | Görünür Cloud Resource Manager project'leri.                                |
| [Kubernetes](/tr/entegrasyonlar/kubernetes.md)           | Cluster version ve namespace envanteri.                                     |

## Source control, iş yönetimi ve API dokümantasyonu

| Provider                                       | Sync kapsamı                                                                   |
| ---------------------------------------------- | ------------------------------------------------------------------------------ |
| [GitHub](/tr/entegrasyonlar/github.md)         | Organization, repository, member, dil ve açık pull request özeti.              |
| [GitLab](/tr/entegrasyonlar/gitlab.md)         | Group, project ve açık merge request özeti.                                    |
| [Jira](/tr/entegrasyonlar/jira.md)             | Hesap kimliği ve active-state doğrulaması.                                     |
| [SwaggerHub](/tr/entegrasyonlar/swaggerhub.md) | Owner veya authenticated account için sınırlandırılmış API registry envanteri. |

## Observability

| Provider                                             | Sync kapsamı                                                  |
| ---------------------------------------------------- | ------------------------------------------------------------- |
| [Datadog](/tr/entegrasyonlar/datadog.md)             | Key doğrulaması ve sınırlandırılmış tek monitor-read isteği.  |
| [Dynatrace](/tr/entegrasyonlar/dynatrace.md)         | Service entity toplamı ve tek örnek entity.                   |
| [New Relic](/tr/entegrasyonlar/new-relic.md)         | NerdGraph account envanteri.                                  |
| [Grafana Cloud](/tr/entegrasyonlar/grafana-cloud.md) | Stack health ve sınırlandırılmış tek dashboard search sonucu. |
| [Splunk](/tr/entegrasyonlar/splunk.md)               | Server bilgisi, saved-search sayısı ve tek örnek.             |

## Incident, collaboration ve communications

| Provider                                          | Sync kapsamı                                              |
| ------------------------------------------------- | --------------------------------------------------------- |
| [PagerDuty](/tr/entegrasyonlar/pagerduty.md)      | Sınırlandırılmış user sorgusu ile credential doğrulaması. |
| [Opsgenie](/tr/entegrasyonlar/opsgenie.md)        | Account kimliği ve plan metadata'sı.                      |
| [ServiceNow](/tr/entegrasyonlar/servicenow.md)    | Sınırlandırılmış tek incident sorgusu ve örnek metadata.  |
| [Slack](/tr/entegrasyonlar/slack.md)              | Workspace, user ve bot kimliği doğrulaması.               |
| [Twilio SendGrid](/tr/entegrasyonlar/sendgrid.md) | Zorunlu `mail.send` dahil API key scope doğrulaması.      |

## Güvenlik ve kalite

| Provider                                             | Sync kapsamı                                                   |
| ---------------------------------------------------- | -------------------------------------------------------------- |
| [Traceable](/tr/entegrasyonlar/traceable.md)         | Yapılandırılmış lookback aralığı için API ve service sayıları. |
| [Snyk](/tr/entegrasyonlar/snyk.md)                   | Görünür organization envanteri.                                |
| [SonarQube](/tr/entegrasyonlar/sonarqube.md)         | Project envanteri ve isteğe bağlı server version bilgisi.      |
| [Salt Security](/tr/entegrasyonlar/salt-security.md) | Seçili risk metadata'sı ile sınırlandırılmış API envanteri.    |

## Ortak kurallar

* Endpoint, organization, region ve filtreleri configuration olarak saklayın.
* Token, parola, key ve service-account belgelerini secret olarak saklayın.
* Güncellemede mevcut değeri korumak için secret alanını boş bırakın.
* Envanter okuyan driver'larda read-only ve en az yetkili credential kullanın.
* Outbound DNS ve TLS erişimini yalnızca onaylı provider endpoint'lerine açın.
* Dönen metadata'ya güvenmeden önce başarılı sync ve history kaydını doğrulayın.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.kangal.dev/tr/entegrasyonlar/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
