From 76832580f54ab7558f8e7e299b1daa738f78680f Mon Sep 17 00:00:00 2001 From: STeve Huang Date: Tue, 10 Sep 2024 14:46:30 -0400 Subject: [PATCH] attempt to resize image --- rfd/0178-github-proxy.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rfd/0178-github-proxy.md b/rfd/0178-github-proxy.md index 4b47b664e1b3b..826a8fc16916e 100644 --- a/rfd/0178-github-proxy.md +++ b/rfd/0178-github-proxy.md @@ -55,16 +55,16 @@ Integration" page. Alice selects a "guided" GitHub integration experience: 1. Alice inputs the GitHub organization "my-org", and the UI defaults (but editable) to the integration name to "github-my-org". -![Select](assets/0178-enroll-select.png) -![Step 1](assets/0178-enroll-step1.png) + + 2. On the next page, the SSH CA and fingerprint are displayed with a link to the organization's security setting page and instructions to add the CA to GitHub. -![Step 2](assets/0178-enroll-step2.png) + 3. Next step, to setup access, Alice inputs her GitHub username. -![Step 3](assets/0178-enroll-step3.png) + 4. Lastly, Alice is presented instructions on how to use `tsh` to setup the Git repos: @@ -75,7 +75,7 @@ Integration" page. Alice selects a "guided" GitHub integration experience: After the enrollment is completed, Alice can see the organization in the list of integrations. In addition, the Git proxy server can be found in the unified resources view: -![Unified Resource](assets/0178-unified-resource-git.png). + Clicking on "Connect" will open a dialog that provides the same instructions to on how to use the feature with `tsh`. @@ -219,7 +219,7 @@ for MFA. The `git` command proceeds as usual once MFA challenge is succeeded. #### Charlie wants to audit GitHub access Charlie is an auditor and is able to see the audit events from Web UI: -![Audit Event](assets/0178-audit-event.png). + He wants to generate a report that lists every user that has accessed the repos of their organization and their IP addresses on a monthly basis.