Opt-Out

Disabling authentication and telemetry for your cluster

Authentication

You can opt out of the provided authentication by disabling it for your cluster. To disable authentication, add this parameter to your config.yaml file during installation (this requires using the installation method):

oauth_enabled: 'false'

NOTE: If you have already installed your cluster and would like to disable this in place, you can go through an upgrade with the same configuration parameter set.

Telemetry

You can opt out of providing anonymous data by disabling telemetry for your cluster. To disable telemetry, you can either:

  • Add this parameter to your config.yaml file during installation:

    telemetry_enabled: 'false'
    

NOTE: If you have already installed your cluster and would like to disable this in place, you can go through an upgrade with the same configuration parameter set.