You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to start the following error is presented
The zone in question has two A records root and www.
Its either a http context or it's trying to save the turnstile password somewhere readonly, but i can't really follow the flow easily.
Connection to the lapi is working as a json blob is visible in the debug log.
DEBU[0009] Done listing existing turnstile widgets account=redacted
DEBU[0009] Done cleaning up existing turnstile widgets account=redacted
DEBU[0009] Listing worker routes account=redacted zone=redacted.com
DEBU[0009] Done listing worker routes account=redacted zone=redacted.com
DEBU[0009] Deleting worker route with ID 11111 account=redacted zone=redacted.com
DEBU[0010] Done deleting worker route with ID 11111 account=redacted zone=redacted.com
DEBU[0010] Deleting worker route with ID 11111 account=redacted zone=redacted.com
DEBU[0011] Done deleting worker route with ID 11111 account=redacted zone=redacted.com
DEBU[0011] Listing worker KV Namespaces account=redacted
DEBU[0011] Done listing worker KV Namespaces account=redacted
DEBU[0011] Deleting worker KV Namespace with ID 11111 account=redacted
DEBU[0013] Done deleting worker KV Namespace with ID 11111 account=redacted
DEBU[0013] Attempting to delete worker script crowdsec-cloudflare-worker-bouncer account=redacted
DEBU[0014] Deleted worker script crowdsec-cloudflare-worker-bouncer account=redacted
INFO[0014] Done cleaning up existing workers account=redacted
FATA[0014] context canceled
crowdsec_config:
lapi_url: "http://crowdsec-service.crowdsec:8080/"
lapi_key: redacted
update_frequency: 10s
insecure_skip_verify: true
include_scenarios_containing: [] # ignore IPs banned for triggering scenarios not containing either of provided word
exclude_scenarios_containing: [ssh,http-bad-user-agent] # ignore IPs banned for triggering scenarios containing either of provided word
only_include_decisions_from: [] # only include IPs banned due to decisions orginating from provided sources. eg value ["cscli", "crowdsec"]
key_path: ""
cert_path: ""
ca_cert_path: ""
cloudflare_config:
accounts:
- id: redacted
token: "redacted"
account_name: redacted.com
ip_list_prefix: crowdsec
default_action: ban
zones:
- zone_id: redacted #
actions: # supported actions for this zone. eg value ["ban", "captcha"]
- ban
default_action: ban
routes_to_protect:
- "redacted.com/"
- "www.redacted.com/"
The text was updated successfully, but these errors were encountered:
Do you have more information ? Was the bouncer failing to setup the prometheus handler ?
If so, that's likely a bug, as failing to setup the handler should probably not cause the bouncer to exit.
When trying to start the following error is presented
The zone in question has two A records root and www.
Its either a http context or it's trying to save the turnstile password somewhere readonly, but i can't really follow the flow easily.
Connection to the lapi is working as a json blob is visible in the debug log.
The text was updated successfully, but these errors were encountered: