Skip to content

Commit 2ee348b

Browse files
committed
docs: switch to ascii for diagram
1 parent 6ea7ca0 commit 2ee348b

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -214,21 +214,21 @@ CMD ["/server"]
214214
## How It Works
215215

216216
```
217-
┌────────────┐ ┌─────────────────────────────────────┐ ┌────────────┐
218-
GitHub │────▶│ github-ops-app │────▶│ Slack
219-
webhooks alerts
220-
└────────────┘ │ ┌───────────────────────────────┐ │ └────────────┘
221-
│ │ PR Compliance Check │ │
222-
┌────────────┐ │ │ • Verify branch protection │ │ ┌────────────┐
223-
Okta │────▶│ │ • Detect bypasses │ │────▶│ GitHub
224-
groups │ └───────────────────────────────┘ │ Teams API
225-
└────────────┘ └────────────┘
226-
│ ┌───────────────────────────────┐ │
227-
│ │ Okta Sync Engine │ │
228-
│ │ • Map groups to teams │ │
229-
│ │ • Sync membership │ │
230-
│ └───────────────────────────────┘ │
231-
└─────────────────────────────────────┘
217+
+------------+ +------------------------------------+ +-----------+
218+
| GitHub | ---> | github-ops-app | ---> | Slack |
219+
| webhooks | | | | alerts |
220+
+------------+ | +------------------------------+ | +-----------+
221+
| | PR Compliance Check | |
222+
+------------+ | | - verify branch protection | | +-----------+
223+
| Okta | ---> | | - detect bypasses | | ---> | GitHub |
224+
| groups | | +------------------------------+ | | Teams API |
225+
+------------+ | | +-----------+
226+
| +------------------------------+ |
227+
| | Okta Sync Engine | |
228+
| | - map groups to teams | |
229+
| | - sync membership | |
230+
| +------------------------------+ |
231+
+------------------------------------+
232232
```
233233

234234
### Okta Sync Flow

0 commit comments

Comments
 (0)