Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update gcp docs #119

Merged
merged 1 commit into from
Nov 17, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions frontend/src/components/ConnectionDocs/docs/gcp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,23 @@ const GCPDocs = () => {
return (
<>
<VStack w={"full"} spacing={6}>
<ListNumber num={1} title="Install Metlo's CLI Tool">
<ListNumber num={1} title="Create a Service Account">
<Text>
Metlo mirroring on GCP requires a service account with the following
permissions:
</Text>
<Text>- Compute Admin</Text>
<Text>- Compute packet mirroring admin</Text>
<Text>- Compute packet mirroring user</Text>
<Text>- IAP-secured Tunnel User</Text>
</ListNumber>
<ListNumber num={2} title="Install Metlo's CLI Tool">
<Text>You can install metlo from npm by running the following:</Text>
<Code w={"full"} p={2}>
$ npm i -g @metlo/cli
</Code>
</ListNumber>
<ListNumber num={2} title="Set up Traffic Mirroring">
<ListNumber num={3} title="Set up Traffic Mirroring">
<Text>To set up traffic mirroring run the following:</Text>
<Code w={"full"} p={2}>
<VStack>
Expand Down