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'
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'