-
Notifications
You must be signed in to change notification settings - Fork 10.3k
[Magic Firewall] Update the bucket name in the packet capture doc #20104
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
[Magic Firewall] Update the bucket name in the packet capture doc #20104
Conversation
|
Howdy and thanks for contributing to our repo. We review new, external PRs within 2 weeks. If it's been longer than then without any movement, tag the PR Assignees in a comment. |
| "colo": "ORD", | ||
| "destination_conf": "gs://test-magic-pcaps" | ||
| "destination_conf": "gs://<bucket-name>" //NOTE: Please ensure you create | ||
| //your own bucket, have it registered in Cloudflare dash and use that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| //your own bucket, have it registered in Cloudflare dash and use that. |
| "byte_limit": 100000000, | ||
| "colo": "ORD", | ||
| "destination_conf": "gs://test-magic-pcaps" | ||
| "destination_conf": "gs://<bucket-name>" //NOTE: Please ensure you create |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "destination_conf": "gs://<bucket-name>" //NOTE: Please ensure you create | |
| "destination_conf": "gs://<bucket-name>" // Ensure you use a bucket that you created and registered in the Cloudflare dashboard |
| "validated": "", | ||
| "destination_conf": "gs://bucket-test", | ||
| "destination_conf": "gs://bucket-test", //NOTE: Please ensure you create | ||
| //your own bucket, have it registered in Cloudflare dash and use that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| //your own bucket, have it registered in Cloudflare dash and use that. |
| "submitted": "2022-04-22T18:54:13.397413Z", | ||
| "validated": "", | ||
| "destination_conf": "gs://bucket-test", | ||
| "destination_conf": "gs://bucket-test", //NOTE: Please ensure you create |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "destination_conf": "gs://bucket-test", //NOTE: Please ensure you create | |
| "destination_conf": "gs://bucket-test", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard |
| "validated": "2022-04-27T14:54:46.440548Z", | ||
| "destination_conf": "gs://bucket-test", | ||
| "destination_conf": "gs://<bucket-name>", //NOTE: Please ensure you create | ||
| //your own bucket, have it registered in Cloudflare dash and use that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| //your own bucket, have it registered in Cloudflare dash and use that. |
| "submitted": "2022-04-22T18:54:13.397413Z", | ||
| "validated": "2022-04-27T14:54:46.440548Z", | ||
| "destination_conf": "gs://bucket-test", | ||
| "destination_conf": "gs://<bucket-name>", //NOTE: Please ensure you create |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| "destination_conf": "gs://<bucket-name>", //NOTE: Please ensure you create | |
| "destination_conf": "gs://<bucket-name>", // Ensure you use a bucket that you created and registered in the Cloudflare dashboard |
|
Hey @Maddy-Cloudflare - This commit looks good to me. It's always good to have clarifying comments in code snippets in the Developer Docs. Thanks for submitting this change @mbancfmv |
a743c68 to
d7eef7c
Compare
Summary
Magic PCAPs - This PR is to clarify the customer that the specified bucket names in the devdocs are placeholder names and they need to create (and use) their own.
Screenshots (optional)
Documentation checklist