rubrikinc / rubrik-sdk-for-powershell

Rubrik Module for PowerShell
https://build.rubrik.com/sdks/powershell/
MIT License
102 stars 87 forks source link

Connect-Rubrik authentication by certificate #834

Open mark3grahams opened 1 year ago

mark3grahams commented 1 year ago

Is your feature request related to a problem? Please describe.

We are looking at certificates for automation. API tokens will work, but certificates can be made non-exportable and I think a bit more secure.

Describe the solution you'd like

Connect-Rubrik -Server 192.168.1.1 -Thumbprint "Thumbprint of cert."

Describe alternatives you've considered

API Token

Additional context

No response