Skip to content

Commit

Permalink
docs: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMrqes committed Jul 19, 2024
1 parent ce7280a commit f5589bc
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 3 deletions.
Binary file added docs/assets/demo/homepage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/demo/logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/faq.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# TODO - FAQ
# TODO - FAQ
44 changes: 43 additions & 1 deletion docs/guides/ui.md
Original file line number Diff line number Diff line change
@@ -1 +1,43 @@
# TODO - UI Overview
# UI Overview

The Burrito UI is a web-based interface that allows you to view the state of your Terraform layers and resources, as well as the drift between the desired and actual state of your infrastructure.

## Pre-requisites

- A running Burrito installation

## Accessing the UI

The Burrito UI is accessible via a web browser. To access the UI, you need to expose the `burrito-server` service locally or on a public URL.

## Features

### Homepage

The homepage displays a list of all the Terraform layers that have been added to Burrito. Each layer is displayed as a card with the following information:

- Namespace
- Repository
- Branch
- Code path
- Last plan result
- State (Error, Out-of-sync, OK)

![Homepage](../assets/demo/homepage.png)

### Terraform / Terragrunt logs

Click on the layer card to view the Terraform or Terragrunt logs for that layer. You can explore previous runs and view the logs for each run. The maximum number of logs to keep is configurable.
![Logs](../assets/demo/logs.png)

A dedicated page for exploring the logs is also available.

### More to come

Burrito is under active development, and we are working on adding more features to the UI such as:

- "Plan and apply" buttons
- Notifications
- User management
- Pull request view
... and more!
2 changes: 1 addition & 1 deletion docs/operator-manual/datastore.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config:

## Authentication

The different cloud provider implementations rely on the default credentials chain of the cloud provider SDKs. Use annotations and labels on the Burrito resources to specify the credentials to use.
The different cloud provider implementations rely on the default credentials chain of the cloud provider SDKs. Use annotations and labels on the service account associated to the datastore by updating the `datastore.serviceAccount.metadata` field to specify the credentials to use. (e.g. `iam.amazonaws.com/role` for AWS)

## Authorization

Expand Down

0 comments on commit f5589bc

Please sign in to comment.