SCRT-HQ / PSGSuite

Powershell module for Google / G Suite API calls wrapped in handy functions. Authentication is established using a service account via P12 key to negate the consent popup and allow for greater handsoff automation capabilities
https://psgsuite.io/
Apache License 2.0
234 stars 67 forks source link

Set-PSGSuiteConfig - States it supports the private key as well as P12 but no option for it with Service account #333

Open Method-Development opened 3 years ago

Method-Development commented 3 years ago

Am I missing something? It seems this was meant to be included but left out.

FISHMANPET commented 3 years ago

Currently it says it supports the JSON key but it doesn't actually support it, so you're not missing anything. Some changes got merged with the updated help text but without the updated code. Changes to support a JSON key for a service account have been merged in #286. There should be a release soon that includes that.