-
Notifications
You must be signed in to change notification settings - Fork 10.4k
[ZT] Generic s2s #16698
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
[ZT] Generic s2s #16698
Conversation
Deploying cloudflare-docs with
|
| Latest commit: |
168e033
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://b0b0fe55.cloudflare-docs-7ou.pages.dev |
| Branch Preview URL: | https://ranbel-generic-s2s.cloudflare-docs-7ou.pages.dev |
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 11021221 | Triggered | Generic High Entropy Secret | dd7c662 | astro.config.ts | View secret |
| 11021221 | Triggered | Generic High Entropy Secret | dd7c662 | astro.config.ts | View secret |
| 11021221 | Triggered | Generic High Entropy Secret | dd7c662 | astro.config.ts | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx
Outdated
Show resolved
Hide resolved
src/content/partials/cloudflare-one/posture/add-service-provider.mdx
Outdated
Show resolved
Hide resolved
…ders/custom.mdx Co-authored-by: marciocloudflare <[email protected]>
…ders/custom.mdx Co-authored-by: marciocloudflare <[email protected]>
…ders/custom.mdx Co-authored-by: marciocloudflare <[email protected]>
…ders/custom.mdx Co-authored-by: marciocloudflare <[email protected]>
|
@ranbel , Hyperlint dev here. The GitHub API had an intermittent API failure. You can push a nominal change to run the checks again or just ignore them. |
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.
13 files reviewed, 37 total issue(s) found.
The style guide flagged several spelling errors that seemed like false positives. We skipped posting inline suggestions for the following words:
- [Pp]arams
- Kolide
- Tanium
- pcx_content_type
- Uptycs
| 2. Scroll down to **Device posture providers** and select **Add new**. | ||
| 3. Select **CrowdStrike**. | ||
| 4. Enter any name for the provider. This name will be used throughout the dashboard to reference this connection. | ||
| <Render file="posture/add-service-provider" params={{ provider: "Crowdstrike" }} /> |
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.
| <Render file="posture/add-service-provider" params={{ provider: "Crowdstrike" }} /> | |
| <Render file="posture/add-service-provider" params={{ provider: "CrowdStrike" }} /> |
Issues:
- Style Guide - (Spelling-error) Did you really mean 'Crowdstrike'?
Fix Explanation:
The correct spelling of the company name is 'CrowdStrike', with a capital 'S'. This is a common mistake, but it should be corrected to maintain accuracy and professionalism in the documentation.
|
|
||
| import { Render } from "~/components" | ||
|
|
||
| Cloudflare Zero Trust allows you to enforce custom device posture checks on your applications. This involves configuring a WARP service-to-service integration that periodially calls the external API of your choice, whether it is a third-party endpoint provider or a home built solution. When called, the API will receive device identifying information from Cloudflare and be expected to return a value between `0` to `100`. You can then set up a device posture check that determines if the returned value counts as a pass or fail; for example, you could allow access to a user only if their device has a posture value greater than `60`. |
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.
| Cloudflare Zero Trust allows you to enforce custom device posture checks on your applications. This involves configuring a WARP service-to-service integration that periodially calls the external API of your choice, whether it is a third-party endpoint provider or a home built solution. When called, the API will receive device identifying information from Cloudflare and be expected to return a value between `0` to `100`. You can then set up a device posture check that determines if the returned value counts as a pass or fail; for example, you could allow access to a user only if their device has a posture value greater than `60`. | |
| Cloudflare Zero Trust allows you to enforce custom device posture checks on your applications. This involves configuring a WARP service-to-service integration that periodically calls the external API of your choice, whether it is a third-party endpoint provider or a home built solution. When called, the API will receive device identifying information from Cloudflare and be expected to return a value between `0` to `100`. You can then set up a device posture check that determines if the returned value counts as a pass or fail; for example, you could allow access to a user only if their device has a posture value greater than `60`. |
Issues:
- Style Guide - (Spelling-error) Did you really mean 'periodially'?
Fix Explanation:
The word 'periodially' is a typo and should be corrected to 'periodically'. This correction aligns with standard spelling and improves the readability and professionalism of the documentation.
|
|
||
| <Render file="posture/add-service-provider" params={{ provider: "Custom service provider" }} /> | ||
| 5. In **Access client ID** and **Access client secret**, enter the Access service token used to authenticate to your external API. | ||
| 6. In **Rest API URL**, enter the external API endpoint that Cloudflare will query for posture information (for example, `https://api.example.com`). For more information, refer to [External API requirements](#external-api-requirements). |
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.
| 6. In **Rest API URL**, enter the external API endpoint that Cloudflare will query for posture information (for example, `https://api.example.com`). For more information, refer to [External API requirements](#external-api-requirements). | |
| 6. In **Rest API URL**, enter the external API endpoint that Cloudflare will query for posture information (for example, `https://API.example.com`). For more information, refer to [External API requirements](#external-api-requirements). |
Issues:
- Style Guide - (Terms-error) Use 'API' instead of 'api'.
- Style Guide - (Terms-error) Use 'API' instead of 'api'.
Fix Explanation:
The term 'api' should be capitalized to 'API' to comply with the style guide. This is a simple capitalization fix to ensure consistency and professionalism in the documentation.
|
Well of course it recovers from that failure right when I post the comment. |
* create add-service-provider partial * update UI * update posture check steps * add new service provider page * link to device posture policy info * update tutorials layout * create new tutorial placeholder * access jwt verification * remove Worker references * clarify test button * fix front matter * fix score * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * link to Workers example * update partial frontmatter --------- Co-authored-by: marciocloudflare <[email protected]>
* create add-service-provider partial * update UI * update posture check steps * add new service provider page * link to device posture policy info * update tutorials layout * create new tutorial placeholder * access jwt verification * remove Worker references * clarify test button * fix front matter * fix score * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * Update src/content/docs/cloudflare-one/identity/devices/service-providers/custom.mdx Co-authored-by: marciocloudflare <[email protected]> * link to Workers example * update partial frontmatter --------- Co-authored-by: marciocloudflare <[email protected]>
PCX-11136