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

demo: cockroach demo attempts to obtain a temporary license upon startup and enables telemetry #40273

Merged
merged 1 commit into from
Aug 30, 2019

Commits on Aug 30, 2019

  1. demo: Get a temporary license upon demo startup

    There is a wider discussion/design going on to serve licenses in
    a more general way in the future, so this commit is not aiming
    for a future-proof design, but instead an MVP to allow users to
    demo enterprise features within `cockroach demo`.
    
    We are not concerned about offline usage of enterprise features
    as users can obtain a license and enable features manually using SET.
    
    Fixes cockroachdb#40222.
    
    Release note (cli change): cockroach demo attempts to contact a license
    server to obtain a temporary license. cockroach demo now enables
    telemetry for the demo cluster. This feature can be opted out of by
    setting the `COCKROACH_SKIP_ENABLING_DIAGNOSTIC_REPORTING` environment variable
    (https://www.cockroachlabs.com/docs/stable/diagnostics-reporting.html).
    rohany committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    db7b0b4 View commit details
    Browse the repository at this point in the history