rubrik-sdk-for-go icon indicating copy to clipboard operation
rubrik-sdk-for-go copied to clipboard

Update Bootstrap for 5.0 API Change

Open drew-russell opened this issue 5 years ago • 0 comments

Expected Behavior

NTP Configuration to be successfully applied during the bootstrap of a 5.0 Cluster

Current Behavior

The NTP Configuration does not apply.

Failure Information (for bugs)

Pre 5.0 /internal/cluster/{id}/bootstrap API config

  "ntpServers": [
    "string"
  ],

Post 5.0 config

"ntpServerConfigs": [
    {
      "server": "string",
      "symmetricKey": {
        "keyId": 0,
        "key": "string",
        "keyType": "string"
      }
    }
  ],

drew-russell avatar Mar 11 '19 16:03 drew-russell