Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Users can enable (disable) authentication and change credentials in runtime using the CLI command  cluster config set

Code Block
cluster config update "security": {
    "rest": {
        "auth": {
            "enabled": true,
            "basic": {
                "login": "string",
                "password": "string"
            }
        }
    }
}

...