·data-engineering-storage-authentication
!

data-engineering-storage-authentication

Cloud-Speicher-Authentifizierungsmuster: AWS, GCP, Azure-Anmeldeinformationen, IAM-Rollen, Dienstprinzipale, Geheimnisverwaltung und sichere Verarbeitung von Anmeldeinformationen für Datenpipelines.

5Installationen·0Trend·@legout

Installation

$npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-authentication

So installieren Sie data-engineering-storage-authentication

Installieren Sie den KI-Skill data-engineering-storage-authentication schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-authentication
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: legout/data-platform-agent-skills.

Secure authentication patterns for accessing cloud storage (S3, GCS, Azure Blob) and cloud services in data pipelines. Covers IAM roles, service principals, secret managers, and best practices for credential management.

| AWS | IAM roles (EC2/ECS/Lambda) | Environment variables, Secrets Manager | | GCP | Workload Identity / ADC | Service account keys (discouraged) | | Azure | Managed Identity | Service principal with certificate | | Local Dev | .env files + local credentials | Static keys (temporary only) |

❌ Hardcoding credentials - Committing to git → rotate immediately ❌ Using root/admin accounts - Create scoped users/service principals ❌ Long-lived keys - Rotate every 90 days or less ❌ Over-permissive roles - Grant s3:GetObject not s3: ❌ Missing environment separation - Dev credentials in prod

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-authentication
Kategorie
!Sicherheit
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-11

Browse more skills from legout/data-platform-agent-skills

Schnelle Antworten

Was ist data-engineering-storage-authentication?

Cloud-Speicher-Authentifizierungsmuster: AWS, GCP, Azure-Anmeldeinformationen, IAM-Rollen, Dienstprinzipale, Geheimnisverwaltung und sichere Verarbeitung von Anmeldeinformationen für Datenpipelines. Quelle: legout/data-platform-agent-skills.

Wie installiere ich data-engineering-storage-authentication?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/legout/data-platform-agent-skills --skill data-engineering-storage-authentication Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/legout/data-platform-agent-skills