Skip to content

Commit 57b9c3e

Browse files
committed
update docs
1 parent 90ca04c commit 57b9c3e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ Terraform configuration for my infrastructure
1616

1717
Implemented Cloudflare Zero Trust Access integrated with Auth0 OpenID Connect (OIDC), including a custom Post-Login Action that enforces passkey only authentication. Secured remote access via short-lived SSH certificates and Cloudflare Tunnels, enabling passwordless SSH/VNC access without exposing ports or managing static SSH keys. Provisioned and managed all Cloudflare and Auth0 resources using Terraform to ensure repeatable, infrastructure-as-code deployments.
1818

19+
## Usage
20+
21+
- Connect to Cloudflare Zero Trust team: `epicpatka`.
22+
- Login with a passkey.
23+
- Use `warp-cli target list` to show available targets.
24+
- Use `ssh meerkat` to connect using cloudflared.
25+
1926
## Cloud Configuration
2027

2128
Reference `terraform.tfvars.example`.
@@ -106,3 +113,5 @@ Run tests
106113
- `pnpm test` - Run unit tests
107114
- `pnpm test:watch` - Automatically re-run tests when files change
108115

116+
Demo
117+
- Demo created with [vhs](https://github.com/charmbracelet/vhs)

docs/demo.tape

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757

5858
Output demo.gif
5959

60-
Require echo
60+
Require warp-cli
61+
Require ssh
6162

6263
Set Shell "bash"
6364
Set FontSize 12

0 commit comments

Comments
 (0)