Cloudflare
Registering an account for Cloudflare in MechCloud OIDC Proxy
curl --location 'https://<oidc_proxy_custom_domain>/api/accounts' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <mechcloud_jwt_token>' \
--data '{
"id": "cloudflare_account1",
"auth": {
"type": "bearer",
"token": "<cloudflare_api_token>"
}
}'
Registering above account in MechCloud
Prompts for Supported Operations
Accounts
References
Title
Links
Last updated