Skip to content

Commit

Permalink
attempt to resize image
Browse files Browse the repository at this point in the history
  • Loading branch information
greedy52 committed Sep 10, 2024
1 parent 52546e2 commit 7683258
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions rfd/0178-github-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<img srv="./assets/0178-enroll-select.png" width="400" />
<img srv="./assets/0178-enroll-step1.png" width="400" />

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)
<img srv="./assets/0178-enroll-step2.png" width="600" />

3. Next step, to setup access, Alice inputs her GitHub username.
![Step 3](assets/0178-enroll-step3.png)
<img srv="./assets/0178-enroll-step3.png" width="600" />

4. Lastly, Alice is presented instructions on how to use `tsh` to setup the Git
repos:
Expand All @@ -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).
<img srv="./assets/0178-unified-resource-git.png" width="400)" />

Clicking on "Connect" will open a dialog that provides the same instructions to
on how to use the feature with `tsh`.
Expand Down Expand Up @@ -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).
<img srv="./assets/0178-audit-event.png" width="600)" />

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.
Expand Down

0 comments on commit 7683258

Please sign in to comment.