datreeio / datree

Prevent Kubernetes misconfigurations from reaching production (again 😤 )! From code to cloud, Datree provides an E2E policy enforcement solution to run automatic checks for rule violations. See our docs: https://hub.datree.io
https://datree.io
Apache License 2.0
6.39k stars 363 forks source link

site not accessible due to too many 301s #782

Closed chenrui333 closed 2 years ago

chenrui333 commented 2 years ago

Looks like the datree.io site is not accessible at the moment.

$ curl -I https://www.datree.io/
HTTP/2 301
server: openresty
date: Thu, 08 Sep 2022 13:14:25 GMT
content-type: text/html
content-length: 166
cache-control: private
content-security-policy: frame-ancestors 'self'
location: https://datree.io/

$ curl -I https://datree.io/
HTTP/2 301
server: openresty
date: Thu, 08 Sep 2022 13:14:59 GMT
content-type: text/html
content-length: 166
location: https://www.datree.io/
eyarz commented 2 years ago

it also happened to me also a bunch of times during Thursday, but not today. @chenrui333 are you still getting redirect when trying to access https://www.datree.io/?

chenrui333 commented 2 years ago

yeah, still happened to me.

shimont commented 2 years ago

Hi,

This is due to a DNS issue that we had. The issue is resolved, but it might take time to propagate. You can invalidate your cache.

HTTP/2 200
server: openresty
date: Tue, 13 Sep 2022 12:44:59 GMT
content-type: text/html
content-length: 63554
content-security-policy: frame-ancestors 'self'
x-frame-options: SAMEORIGIN
via: 1.1 varnish, 1.1 varnish
accept-ranges: bytes
age: 1143
x-served-by: cache-iad-kjyo7100131-IAD, cache-dub4326-DUB
x-cache: MISS, HIT
x-cache-hits: 0, 1
x-timer: S1663073100.945214,VS0,VE1
vary: x-wf-forwarded-proto, Accept-Encoding
x-cluster-name: eu-west-1-prod-edge-blue```

curl -I https://www.datree.io/
HTTP/2 301
server: openresty
date: Tue, 13 Sep 2022 12:44:54 GMT
content-type: text/html
content-length: 166
cache-control: private
content-security-policy: frame-ancestors 'self'
location: https://datree.io/
x-frame-options: SAMEORIGIN
accept-ranges: bytes
via: 1.1 varnish, 1.1 varnish
x-served-by: cache-iad-kcgs7200118-IAD, cache-dub4322-DUB
x-cache: MISS, MISS
x-cache-hits: 0, 0
x-timer: S1663073094.073262,VS0,VE123
vary: x-wf-forwarded-proto
x-cluster-name: eu-west-1-prod-edge-blue. 

Thank you