An open API service indexing awesome lists of open source software.

https://github.com/replicatedhq/chartsmith


https://github.com/replicatedhq/chartsmith

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chartsmith

Build Better Helm Charts

## Overview

Chartsmith is an AI-powered tool that helps you build better Helm charts.

## Development

See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup instructions.

If you are interested in contributing or being a maintainer on this project, please reach out to us by [opening an issue](https://github.com/replicatedhq/chartsmith/issues/new) in the repo.

## Authentication

### Extension Authentication

The VS Code extension authenticates using a token-based mechanism:

1. When a user clicks "Login" in the extension, it opens a browser window to the authentication page
2. After successful authentication, the app generates an extension token and sends it to the extension
3. The extension stores this token and uses it for API requests with a Bearer token header
4. Token validation happens via the `/api/auth/status` endpoint