mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com> Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com> Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
1.1 KiB
1.1 KiB
Provider Documentation
Local Documentation
For detailed provider development patterns, see:
Core Documentation
docs/developer-guide/provider.mdx- Provider architecture and creation guidedocs/developer-guide/services.mdx- Adding services to existing providers
Provider-Specific Details
docs/developer-guide/aws-details.mdx- AWS provider implementationdocs/developer-guide/azure-details.mdx- Azure provider implementationdocs/developer-guide/gcp-details.mdx- GCP provider implementationdocs/developer-guide/kubernetes-details.mdx- Kubernetes provider implementationdocs/developer-guide/github-details.mdx- GitHub provider implementationdocs/developer-guide/m365-details.mdx- Microsoft 365 provider implementationdocs/developer-guide/alibabacloud-details.mdx- Alibaba Cloud provider implementationdocs/developer-guide/llm-details.mdx- LLM provider implementation
Contents
The documentation covers:
- Provider types (SDK, API, Tool/Wrapper)
- Provider class structure and identity
- Service creation patterns
- Client singleton implementation
- Provider-specific authentication and API patterns