kubesphere-devops-credentials
仓库创建 2018年4月21日最近提交 13 天前SkillHot 收录 21 天前
▸ 精选理由
适合需要集中管理 CI/CD 凭证的团队,节省手工配置。
▸ 风险提示
涉及敏感凭证,操作与存储需谨慎防止泄露。
这个 Skill 做什么
管理 KubeSphere DevOps 中的仓库、kubeconfig 与 API 令牌等凭证。
管理 KubeSphere DevOps 需要的凭证,比如 Git 仓库的 SSH/账号密码、kubeconfig、镜像仓库凭证和 API token。用在创建流水线、配置部署权限或把凭证同步到 Jenkins 的场景。它们本质是带标签的 Kubernetes Secret,便于安全集中管理并在流水线中安全使用。
▸ 展开 SKILL.md 英文原文
Use when managing credentials in KubeSphere DevOps, including repository credentials, kubeconfig, and API tokens
1.7w
Stars
2.7k
Forks
32
仓库内 Skill
+26
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-devops-credentials/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/kubesphere/kubesphere/master/skills/kubesphere-devops-credentials/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# KubeSphere DevOps Credentials ## Overview Credentials in KubeSphere DevOps are Kubernetes Secrets with specific labels and annotations. They are synced to Jenkins for use in pipelines. Supported types include SSH keys, username/password, and secret tokens. ## When to Use - Creating credentials for Git repositories - Setting up deployment credentials (kubeconfig, registry) - Managing API tokens for external services - Troubleshooting credential access issues - Migrating credentials between DevOps projects ## Credential Types | Type | Use Case | Secret Key | |------|----------|------------| | **SSH** | Git repositories | `username`, `privatekey` | | **Basic** | Username/password | `use
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有