mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-02 05:38:12 +00:00
docs(secrets-manager): restructure sidebar nav under Manage with provider subgroups
Move Secrets Manager out of being a top-level AMP-tab group and into Manage (alongside SSO/RBAC); nest the static-credentials and Workload Identity pages for each provider into AWS/GCP/Azure sub-sub-groups; add Font Awesome icons and update sidebarTitles to match the rest of the AMP nav. Touches docs.json (v1.14.5 for en/pt-BR/ko/ar) plus the 9 mdx pages across all 4 languages (icon + provider sidebarTitle changes). Refs CON-203
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Workload Identity (اتحاد OIDC)
|
||||
description: تكوين AWS Secrets Manager عبر Workload Identity للوصول إلى الأسرار بشكل مراعٍ للتدوير وبدون بيانات اعتماد
|
||||
sidebarTitle: AWS — Workload Identity
|
||||
sidebarTitle: بـ Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Secrets Manager (بيانات اعتماد ثابتة)
|
||||
description: تكوين AWS Secrets Manager كمزود أسرار لـ CrewAI Platform باستخدام مفاتيح الوصول الثابتة أو AssumeRole
|
||||
sidebarTitle: AWS
|
||||
sidebarTitle: ببيانات اعتماد ثابتة
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Workload Identity Federation
|
||||
description: تكوين Azure Key Vault عبر Microsoft Entra Workload Identity Federation للوصول إلى الأسرار بشكل مراعٍ للتدوير وبدون بيانات اعتماد
|
||||
sidebarTitle: Azure — Workload Identity
|
||||
sidebarTitle: بـ Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Key Vault
|
||||
description: تكوين Azure Key Vault كمزود أسرار لـ CrewAI Platform من البداية إلى النهاية
|
||||
sidebarTitle: Azure
|
||||
sidebarTitle: ببيانات اعتماد ثابتة
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: GCP Workload Identity Federation
|
||||
description: تكوين Google Cloud Secret Manager عبر Workload Identity Federation للوصول إلى الأسرار بشكل مراعٍ للتدوير وبدون بيانات اعتماد
|
||||
sidebarTitle: GCP — Workload Identity
|
||||
sidebarTitle: بـ Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Google Cloud Secret Manager
|
||||
description: تكوين Google Cloud Secret Manager كمزود أسرار لـ CrewAI Platform من البداية إلى النهاية
|
||||
sidebarTitle: GCP
|
||||
sidebarTitle: ببيانات اعتماد ثابتة
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: نظرة عامة على مدير الأسرار
|
||||
description: ربط مخازن الأسرار الخارجية بمنصة CrewAI Platform والإشارة إلى الأسرار المُدارة من متغيرات البيئة
|
||||
sidebarTitle: نظرة عامة
|
||||
icon: "book-open"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: استخدام مدير الأسرار
|
||||
description: إدارة الأذونات والإشارة إلى الأسرار المُدارة من متغيرات البيئة في CrewAI Platform
|
||||
sidebarTitle: الاستخدام والأذونات
|
||||
icon: "list-check"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: التحقق من التدوير
|
||||
description: مثال طاقم مستقل يُثبت أن تدوير الأسرار ينتشر إلى عمليات النشر الجارية دون إعادة نشر.
|
||||
sidebarTitle: التحقق من التدوير
|
||||
icon: "arrows-rotate"
|
||||
---
|
||||
|
||||
## نظرة عامة
|
||||
|
||||
196
docs/docs.json
196
docs/docs.json
@@ -418,7 +418,40 @@
|
||||
"group": "Manage",
|
||||
"pages": [
|
||||
"en/enterprise/features/sso",
|
||||
"en/enterprise/features/rbac"
|
||||
"en/enterprise/features/rbac",
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"icon": "lock",
|
||||
"pages": [
|
||||
"en/enterprise/features/secrets-manager/overview",
|
||||
"en/enterprise/features/secrets-manager/usage",
|
||||
{
|
||||
"group": "AWS",
|
||||
"icon": "aws",
|
||||
"pages": [
|
||||
"en/enterprise/features/secrets-manager/aws",
|
||||
"en/enterprise/features/secrets-manager/aws-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "GCP",
|
||||
"icon": "google",
|
||||
"pages": [
|
||||
"en/enterprise/features/secrets-manager/gcp",
|
||||
"en/enterprise/features/secrets-manager/gcp-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Azure",
|
||||
"icon": "microsoft",
|
||||
"pages": [
|
||||
"en/enterprise/features/secrets-manager/azure",
|
||||
"en/enterprise/features/secrets-manager/azure-workload-identity"
|
||||
]
|
||||
},
|
||||
"en/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -489,20 +522,6 @@
|
||||
"en/enterprise/guides/webhook-automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"pages": [
|
||||
"en/enterprise/features/secrets-manager/overview",
|
||||
"en/enterprise/features/secrets-manager/usage",
|
||||
"en/enterprise/features/secrets-manager/aws",
|
||||
"en/enterprise/features/secrets-manager/aws-workload-identity",
|
||||
"en/enterprise/features/secrets-manager/gcp",
|
||||
"en/enterprise/features/secrets-manager/gcp-workload-identity",
|
||||
"en/enterprise/features/secrets-manager/azure",
|
||||
"en/enterprise/features/secrets-manager/azure-workload-identity",
|
||||
"en/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Resources",
|
||||
"pages": [
|
||||
@@ -7206,7 +7225,40 @@
|
||||
{
|
||||
"group": "Gerenciar",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/rbac"
|
||||
"pt-BR/enterprise/features/rbac",
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"icon": "lock",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/secrets-manager/overview",
|
||||
"pt-BR/enterprise/features/secrets-manager/usage",
|
||||
{
|
||||
"group": "AWS",
|
||||
"icon": "aws",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/secrets-manager/aws",
|
||||
"pt-BR/enterprise/features/secrets-manager/aws-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "GCP",
|
||||
"icon": "google",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/secrets-manager/gcp",
|
||||
"pt-BR/enterprise/features/secrets-manager/gcp-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Azure",
|
||||
"icon": "microsoft",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/secrets-manager/azure",
|
||||
"pt-BR/enterprise/features/secrets-manager/azure-workload-identity"
|
||||
]
|
||||
},
|
||||
"pt-BR/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -7261,20 +7313,6 @@
|
||||
"pt-BR/enterprise/guides/webhook-automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"pages": [
|
||||
"pt-BR/enterprise/features/secrets-manager/overview",
|
||||
"pt-BR/enterprise/features/secrets-manager/usage",
|
||||
"pt-BR/enterprise/features/secrets-manager/aws",
|
||||
"pt-BR/enterprise/features/secrets-manager/aws-workload-identity",
|
||||
"pt-BR/enterprise/features/secrets-manager/gcp",
|
||||
"pt-BR/enterprise/features/secrets-manager/gcp-workload-identity",
|
||||
"pt-BR/enterprise/features/secrets-manager/azure",
|
||||
"pt-BR/enterprise/features/secrets-manager/azure-workload-identity",
|
||||
"pt-BR/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Triggers",
|
||||
"pages": [
|
||||
@@ -13707,7 +13745,40 @@
|
||||
{
|
||||
"group": "관리",
|
||||
"pages": [
|
||||
"ko/enterprise/features/rbac"
|
||||
"ko/enterprise/features/rbac",
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"icon": "lock",
|
||||
"pages": [
|
||||
"ko/enterprise/features/secrets-manager/overview",
|
||||
"ko/enterprise/features/secrets-manager/usage",
|
||||
{
|
||||
"group": "AWS",
|
||||
"icon": "aws",
|
||||
"pages": [
|
||||
"ko/enterprise/features/secrets-manager/aws",
|
||||
"ko/enterprise/features/secrets-manager/aws-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "GCP",
|
||||
"icon": "google",
|
||||
"pages": [
|
||||
"ko/enterprise/features/secrets-manager/gcp",
|
||||
"ko/enterprise/features/secrets-manager/gcp-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Azure",
|
||||
"icon": "microsoft",
|
||||
"pages": [
|
||||
"ko/enterprise/features/secrets-manager/azure",
|
||||
"ko/enterprise/features/secrets-manager/azure-workload-identity"
|
||||
]
|
||||
},
|
||||
"ko/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -13762,20 +13833,6 @@
|
||||
"ko/enterprise/guides/webhook-automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"pages": [
|
||||
"ko/enterprise/features/secrets-manager/overview",
|
||||
"ko/enterprise/features/secrets-manager/usage",
|
||||
"ko/enterprise/features/secrets-manager/aws",
|
||||
"ko/enterprise/features/secrets-manager/aws-workload-identity",
|
||||
"ko/enterprise/features/secrets-manager/gcp",
|
||||
"ko/enterprise/features/secrets-manager/gcp-workload-identity",
|
||||
"ko/enterprise/features/secrets-manager/azure",
|
||||
"ko/enterprise/features/secrets-manager/azure-workload-identity",
|
||||
"ko/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "트리거",
|
||||
"pages": [
|
||||
@@ -20375,7 +20432,40 @@
|
||||
{
|
||||
"group": "الإدارة",
|
||||
"pages": [
|
||||
"ar/enterprise/features/rbac"
|
||||
"ar/enterprise/features/rbac",
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"icon": "lock",
|
||||
"pages": [
|
||||
"ar/enterprise/features/secrets-manager/overview",
|
||||
"ar/enterprise/features/secrets-manager/usage",
|
||||
{
|
||||
"group": "AWS",
|
||||
"icon": "aws",
|
||||
"pages": [
|
||||
"ar/enterprise/features/secrets-manager/aws",
|
||||
"ar/enterprise/features/secrets-manager/aws-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "GCP",
|
||||
"icon": "google",
|
||||
"pages": [
|
||||
"ar/enterprise/features/secrets-manager/gcp",
|
||||
"ar/enterprise/features/secrets-manager/gcp-workload-identity"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Azure",
|
||||
"icon": "microsoft",
|
||||
"pages": [
|
||||
"ar/enterprise/features/secrets-manager/azure",
|
||||
"ar/enterprise/features/secrets-manager/azure-workload-identity"
|
||||
]
|
||||
},
|
||||
"ar/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -20430,20 +20520,6 @@
|
||||
"ar/enterprise/guides/webhook-automation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Secrets Manager",
|
||||
"pages": [
|
||||
"ar/enterprise/features/secrets-manager/overview",
|
||||
"ar/enterprise/features/secrets-manager/usage",
|
||||
"ar/enterprise/features/secrets-manager/aws",
|
||||
"ar/enterprise/features/secrets-manager/aws-workload-identity",
|
||||
"ar/enterprise/features/secrets-manager/gcp",
|
||||
"ar/enterprise/features/secrets-manager/gcp-workload-identity",
|
||||
"ar/enterprise/features/secrets-manager/azure",
|
||||
"ar/enterprise/features/secrets-manager/azure-workload-identity",
|
||||
"ar/enterprise/features/secrets-manager/verify-rotation"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "المشغّلات",
|
||||
"pages": [
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Workload Identity (OIDC Federation)
|
||||
description: Configure AWS Secrets Manager via Workload Identity for rotation-aware, credential-free secret access
|
||||
sidebarTitle: AWS — Workload Identity
|
||||
sidebarTitle: With Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Secrets Manager (Static Credentials)
|
||||
description: Configure AWS Secrets Manager as a secret provider for CrewAI Platform using static access keys or AssumeRole
|
||||
sidebarTitle: AWS
|
||||
sidebarTitle: With Static Credentials
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Workload Identity Federation
|
||||
description: Configure Azure Key Vault via Microsoft Entra Workload Identity Federation for rotation-aware, credential-free secret access
|
||||
sidebarTitle: Azure — Workload Identity
|
||||
sidebarTitle: With Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Key Vault
|
||||
description: Configure Azure Key Vault as a secret provider for CrewAI Platform, end-to-end
|
||||
sidebarTitle: Azure
|
||||
sidebarTitle: With Static Credentials
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: GCP Workload Identity Federation
|
||||
description: Configure Google Cloud Secret Manager via Workload Identity Federation for rotation-aware, credential-free secret access
|
||||
sidebarTitle: GCP — Workload Identity
|
||||
sidebarTitle: With Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Google Cloud Secret Manager
|
||||
description: Configure Google Cloud Secret Manager as a secret provider for CrewAI Platform, end-to-end
|
||||
sidebarTitle: GCP
|
||||
sidebarTitle: With Static Credentials
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Secrets Manager Overview
|
||||
description: Connect external secret stores to CrewAI Platform and reference managed secrets from environment variables
|
||||
sidebarTitle: Overview
|
||||
icon: "book-open"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Using the Secrets Manager
|
||||
description: Manage permissions and reference managed secrets from environment variables in CrewAI Platform
|
||||
sidebarTitle: Usage & Permissions
|
||||
icon: "list-check"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Verify Rotation
|
||||
description: A self-contained example crew that proves secret rotation propagates to running deployments without re-deploy.
|
||||
sidebarTitle: Verify Rotation
|
||||
icon: "arrows-rotate"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Workload Identity (OIDC Federation)
|
||||
description: 로테이션 인식, 자격 증명 없는 시크릿 액세스를 위해 Workload Identity를 통해 AWS Secrets Manager를 구성합니다
|
||||
sidebarTitle: AWS — Workload Identity
|
||||
sidebarTitle: Workload Identity 사용
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Secrets Manager (정적 자격 증명)
|
||||
description: 정적 액세스 키 또는 AssumeRole을 사용하여 AWS Secrets Manager를 CrewAI Platform의 시크릿 공급자로 구성합니다
|
||||
sidebarTitle: AWS
|
||||
sidebarTitle: 정적 자격 증명 사용
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Workload Identity Federation
|
||||
description: 로테이션 인식, 자격 증명 없는 시크릿 액세스를 위해 Microsoft Entra Workload Identity Federation을 통해 Azure Key Vault를 구성합니다
|
||||
sidebarTitle: Azure — Workload Identity
|
||||
sidebarTitle: Workload Identity 사용
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Key Vault
|
||||
description: Azure Key Vault를 CrewAI Platform의 시크릿 공급자로 처음부터 끝까지 구성합니다
|
||||
sidebarTitle: Azure
|
||||
sidebarTitle: 정적 자격 증명 사용
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: GCP Workload Identity Federation
|
||||
description: 로테이션 인식, 자격 증명 없는 시크릿 액세스를 위해 Workload Identity Federation을 통해 Google Cloud Secret Manager를 구성합니다
|
||||
sidebarTitle: GCP — Workload Identity
|
||||
sidebarTitle: Workload Identity 사용
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Google Cloud Secret Manager
|
||||
description: Google Cloud Secret Manager를 CrewAI Platform의 시크릿 공급자로 처음부터 끝까지 구성합니다
|
||||
sidebarTitle: GCP
|
||||
sidebarTitle: 정적 자격 증명 사용
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Secrets Manager 개요
|
||||
description: 외부 시크릿 저장소를 CrewAI Platform에 연결하고 환경 변수에서 관리되는 시크릿을 참조합니다
|
||||
sidebarTitle: 개요
|
||||
icon: "book-open"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Secrets Manager 사용하기
|
||||
description: CrewAI Platform에서 권한을 관리하고 환경 변수에서 관리되는 시크릿을 참조합니다
|
||||
sidebarTitle: 사용 및 권한
|
||||
icon: "list-check"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: 로테이션 확인
|
||||
description: 클라우드 공급자에서 로테이션된 시크릿이 재배포 없이 실행 중인 배포에 전파됨을 증명하는 자체 포함된 예제 Crew입니다.
|
||||
sidebarTitle: 로테이션 확인
|
||||
icon: "arrows-rotate"
|
||||
---
|
||||
|
||||
## 개요
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Workload Identity (Federação OIDC)
|
||||
description: Configure o AWS Secrets Manager via Workload Identity para acesso a segredos consciente de rotação e sem credenciais
|
||||
sidebarTitle: AWS — Workload Identity
|
||||
sidebarTitle: Com Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: AWS Secrets Manager (Credenciais Estáticas)
|
||||
description: Configure o AWS Secrets Manager como provedor de segredos para a CrewAI Platform usando chaves de acesso estáticas ou AssumeRole
|
||||
sidebarTitle: AWS
|
||||
sidebarTitle: Com Credenciais Estáticas
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Workload Identity Federation
|
||||
description: Configure o Azure Key Vault via Microsoft Entra Workload Identity Federation para acesso a segredos consciente de rotação e sem credenciais
|
||||
sidebarTitle: Azure — Workload Identity
|
||||
sidebarTitle: Com Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Azure Key Vault
|
||||
description: Configure o Azure Key Vault como provedor de segredos para a CrewAI Platform, de ponta a ponta
|
||||
sidebarTitle: Azure
|
||||
sidebarTitle: Com Credenciais Estáticas
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: GCP Workload Identity Federation
|
||||
description: Configure o Google Cloud Secret Manager via Workload Identity Federation para acesso a segredos consciente de rotação e sem credenciais
|
||||
sidebarTitle: GCP — Workload Identity
|
||||
sidebarTitle: Com Workload Identity
|
||||
icon: "id-badge"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
title: Google Cloud Secret Manager
|
||||
description: Configure o Google Cloud Secret Manager como provedor de segredos para a CrewAI Platform, de ponta a ponta
|
||||
sidebarTitle: GCP
|
||||
sidebarTitle: Com Credenciais Estáticas
|
||||
icon: "key"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Visão Geral do Secrets Manager
|
||||
description: Conecte cofres de segredos externos à CrewAI Platform e referencie segredos gerenciados a partir de variáveis de ambiente
|
||||
sidebarTitle: Visão Geral
|
||||
icon: "book-open"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Usando o Secrets Manager
|
||||
description: Gerencie permissões e referencie segredos gerenciados a partir de variáveis de ambiente na CrewAI Platform
|
||||
sidebarTitle: Uso e Permissões
|
||||
icon: "list-check"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
title: Verificar Rotação
|
||||
description: Um crew de exemplo autocontido que prova que a rotação de segredos se propaga para deployments em execução sem novo deploy.
|
||||
sidebarTitle: Verificar Rotação
|
||||
icon: "arrows-rotate"
|
||||
---
|
||||
|
||||
## Visão Geral
|
||||
|
||||
Reference in New Issue
Block a user