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

Connect to Self-Hosted Hudu instance through CloudFlare ZTNA Tunnel #3187

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
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
Binary file added public/assets/integrations/cloudflare.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions src/data/Extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -423,5 +423,45 @@
}
],
"mappingRequired": false
},
{
"name": "CloudFlare ZTNA Tunnel",
"id": "CTZTNA",
"type": "ztna",
"cat": "Zero Trust Network Tunnel",
"logo": "/assets/integrations/cloudflare.png",
"forceSyncButton": false,
"hideTestButton": true,
"description": "Enter your CloudFlare ZTNA Tunnel API Credentials to use with other Integrations",
"helpText": "These credentials can be used to allow traffic through a CloudFlare ZTNA Tunnel if your other Integrations are protected behind one. You need to select 'Behind a CF-ZTNA Tunnel' within the other Integration's settings to enable.",
"links": [
{
"name": "CloudFlare ZTNA Tunnel Information",
"url": "https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/"
},
{
"name": "Installing Hudu behind Cloudflare Zero Trust Tunnel",
"url": "https://support.hudu.com/hc/en-us/articles/13929358997399-Installing-Hudu-behind-Cloudflare-Zero-Trust-Tunnel"
}
],
"SettingOptions": [
{
"type": "password",
"name": "CloudFlareClientID.APIKey",
"label": "CloudFlare Tunnel Service Account Client ID"
},
{
"type": "password",
"name": "CloudFlareAPIKey.APIKey",
"label": "CloudFlare Tunnel Service Account Client Secret"
},
{
"_comment": "I have added this switch as a logic check for the Hudu integration script to check against when CIPP first connects to the Hudu Instance via Connect-HuduAPI.ps1",
"type": "switch",
"name": "Hudu.CFEnabled",
"label": " Connect to HUDU through CloudFlare Tunnel with the above Service Account credentials."
}
],
"mappingRequired": false
}
]