Files
headlamp-sealed-secrets-plugin/docs
Chris Farhood 282025ca24 docs: implement Phase 3 - user tutorials and guides
Create comprehensive tutorials and user guides for common workflows
and core concepts.

New tutorials:
- tutorials/ci-cd-integration.md (8KB) - Complete CI/CD guide
  - GitHub Actions, GitLab CI, and Jenkins examples
  - Certificate management and kubeseal CLI usage
  - Bulk secret creation and environment-specific patterns
  - Troubleshooting and best practices

New user guides:
- user-guide/scopes-explained.md (12KB) - Deep dive into scopes
  - Detailed explanation of strict/namespace-wide/cluster-wide
  - Security implications and use cases
  - Decision tree for scope selection
  - Common mistakes and how to avoid them
  - Scope comparison table

- user-guide/rbac-permissions.md (10KB) - RBAC configuration
  - Required permissions for different access levels
  - Example RBAC configurations (viewer, creator, admin)
  - Service account setup for CI/CD
  - Plugin UI behavior based on permissions
  - Troubleshooting permission issues
  - Security best practices

Benefits:
- Real-world examples for GitHub Actions, GitLab CI, Jenkins
- Clear security guidance with decision trees
- Copy-paste RBAC manifests for common scenarios
- Troubleshooting sections for each guide
- Cross-referenced with other documentation

Phase 3 deliverables (3-4 days estimated, completed in 1 session):
 CI/CD integration tutorial with 3 platform examples
 Scopes explained with security best practices
 RBAC permissions guide with example manifests
 Decision trees and comparison tables
 Troubleshooting sections for each guide

Total documentation:
- 30KB of new tutorial/guide content
- 3 comprehensive guides
- 20+ code examples
- Cross-referenced with API docs and other guides

Next: Phase 4 - Troubleshooting guides and ADRs

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
2026-02-11 23:31:34 -05:00
..

Headlamp Sealed Secrets Plugin Documentation

Complete documentation for the Headlamp Sealed Secrets plugin.

📚 Documentation Index

Getting Started

New to the plugin? Start here:

User Guide

Learn how to use all the features:

Tutorials

Step-by-step guides for common workflows:

Troubleshooting

Solutions for common issues:

Development

Contributing to the plugin:

API Reference

Technical documentation:

Architecture

Technical design and decisions:

Deployment

Production deployment guides:

External Resources

📖 About This Documentation

This documentation is organized by user journey:

  • Getting Started - For new users
  • User Guide - For daily usage
  • Tutorials - For specific workflows
  • Troubleshooting - For problem-solving
  • Development - For contributors
  • API Reference - For developers using the plugin
  • Architecture - For understanding the design
  • Deployment - For production deployments

🤝 Contributing to Docs

Found an error or want to improve the documentation?

  1. Quick fixes: Edit on GitHub and submit a PR
  2. Larger changes: Open an issue first to discuss
  3. New tutorials: Share your use case in Discussions

See CONTRIBUTING.md for guidelines.

📝 Documentation Status

Completed

  • Installation guides
  • Quick start tutorial
  • Development workflow documentation
  • Testing guides
  • Architecture overview

In Progress 🚧

  • User guide sections (creating secrets, managing keys, scopes)
  • Tutorial content (CI/CD, multi-cluster, rotation)
  • Troubleshooting guides
  • API reference (auto-generated coming soon)

Planned 📅

  • Video tutorials
  • Interactive examples
  • Detailed architecture diagrams
  • More CI/CD platform examples
  • Advanced use cases

🔄 Documentation Updates

This documentation is kept in sync with code changes:

  • Version: Matches plugin version (currently v0.2.0)
  • Auto-generated: API reference generated from TypeScript source
  • CI Checks: Links validated on every pull request
  • Examples Tested: Code examples validated against current API

Last updated: 2026-02-12