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

Allow toggling auth for prometheus metrics #344

Merged
merged 1 commit into from
Dec 1, 2020
Merged

Allow toggling auth for prometheus metrics #344

merged 1 commit into from
Dec 1, 2020

Commits on Nov 18, 2020

  1. Allow toggling auth for prometheus metrics

    Equivalent to jupyterhub/jupyterhub#2224.
    
    Port of jupyter/notebook#5870
    
    Prometheus metrics can potentially leak information about
    the user, so they should be kept behind auth by default.
    However, for many JupyterHub deployments, they would need
    to be scraped by a centralized Prometheus instance that can not
    really authenticate separately to each user notebook without
    a lot of work. Admins can use this setting to allow unauthenticated
    access to the /metrics endpoint.
    yuvipanda committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    293bff0 View commit details
    Browse the repository at this point in the history