Rubrik Polaris SDK for Go v1.0.11
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.