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

usage.feast.dev ssl cert wrong #3886

Closed
babyhuey opened this issue Jan 16, 2024 · 5 comments · Fixed by #4090
Closed

usage.feast.dev ssl cert wrong #3886

babyhuey opened this issue Jan 16, 2024 · 5 comments · Fixed by #4090

Comments

@babyhuey
Copy link

Looks like ssl cert got updated yesterday, and it's set for *.netlify.app and causing issues in logs:
image

WARNING   2024-01-16 16:46:30,278 urllib3.connection.connection:547 | Certificate did not match expected hostname: usage.feast.dev. Certificate: {'subject': ((('countryName', 'US'),), (('stateOrProvinceName', 'California'),), (('localityName', 'San Francisco'),), (('organizationName', 'Netlify, Inc'),), (('commonName', '*.netlify.app'),)), 'issuer': ((('countryName', 'US'),), (('organizationName', 'DigiCert Inc'),), (('commonName', 'DigiCert Global G2 TLS RSA SHA256 2020 CA1'),)), 'version': 3, 'serialNumber': '03ED167A2659DA278E7B21CDBEB33E32', 'notBefore': 'Jan 15 00:00:00 2024 GMT', 'notAfter': 'Feb 14 23:59:59 2025 GMT', 'subjectAltName': (('DNS', '*.netlify.app'), ('DNS', 'netlify.app')), 'OCSP': ('http://ocsp.digicert.com/',), 'caIssuers': ('http://cacerts.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crt',), 'crlDistributionPoints': ('http://crl3.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl', 'http://crl4.digicert.com/DigiCertGlobalG2TLSRSASHA2562020CA1-1.crl')}
@robhowley
Copy link
Contributor

ran into the same issue. as a stopgap, i set FEAST_USAGE to false and it went away. I know I shouldn't really be advocating for people to work around feast telemetry, but it should keep things quiet until a real fix goes in.

@tokoko
Copy link
Collaborator

tokoko commented Feb 8, 2024

This has already been fixed, right?

@redhatHameed
Copy link
Contributor

found similar warnings when using Feast in OpenShift/Kubernetes but setting environments FEAST_USAGE=False and it get disappeared.

@SeanWidesense
Copy link

When running "feast serve" the certificate warning still appears as of a pip download on Feb 25, 2024.

@shuchu
Copy link
Collaborator

shuchu commented Apr 10, 2024

let's disable the feature of "usage.feast.dev". It will be more useful for the users who use Feast at Enterprise level.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
6 participants