Skip to content

Rubrik Polaris SDK for Go v1.0.11

Compare
Choose a tag to compare
@guirava guirava released this 02 Jun 00:20
· 14 commits to master since this release
62d17a4

We introduce with this release 2 functions for connecting to Rubrik with a service account:

  • ConnectServiceAccount takes for optional argument a path to a Rubrik service account file; if no path is given, the default file ~/.rubrik/polaris-service-account.json is used.
  • ConnectServiceAccountFromString is similar but takes a JSON string as parameter instead of file path.